Shades of Las Palmas #CFDF4E
Tints of Las Palmas #CFDF4E
RGB
CMYK
RGB Variations
Color information
#CFDF4E (or 0xCFDF4E) is known color: Las Palmas. HEX triplet: CF, DF and 4E. RGB value is (207,223,78). Sum of RGB (Red+Green+Blue) = 207+223+78=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF4E is #3020B1. Grayscale: #CACACA. Windows color (decimal): -3154098 or 5169103. OLE color: 5169103.
HSL color Cylindrical-coordinate representation of color #CFDF4E: hue angle of 66.62º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFDF4E is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 78 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.13 |
| HSL | 66.62º | 0.69% | 0.59% | - |
| HSV(B) | 66.62º | 0.65% | 0.87% | - |
| XYZ | 53.49 | 66.59 | 17.24 | - |
| YUV | 201.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 78 | 0.07 | 0 | 0.65 | 0.13 | 66.62 | 0.69 | 0.59 |
| Hex | CF | DF | 4E | 7 | 0 | 41 | D | 43 | 45 | 3B |
| Octal | 317 | 337 | 116 | 7 | 0 | 101 | 15 | 103 | 105 | 73 |
| Binary | 11001111 | 11011111 | 1001110 | 111 | 0 | 1000001 | 1101 | 1000011 | 1000101 | 111011 |
Color Harmonies of #CFDF4E
Complementary color
Monochromatic Colors of #CFDF4E
Black with #CFDF4E
Text Example
Text Example
White with #CFDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF4E; }
p { color: rgb(207,223,78); }
H1.HeaderClassName
{
color: #CFDF4E;
}
.AnyTagClassName
{
color: #CFDF4E;
}
</style>
background-color css
<style>
a { background-color: #CFDF4E; }
a { background-color: rgb(207,223,78); }
div.DivClassName
{
background-color: #CFDF4E;
}
.BgClassName
{
background-color: #CFDF4E;
}
</style>
border-color css
<style>
span { border-color: #CFDF4E; }
span { border-color: rgb(207,223,78); }
td.TdClassName
{
border-color: #CFDF4E;
}
.TagClassName
{
border-color: #CFDF4E;
}
</style>