Shades of Las Palmas #CFDE4D
Tints of Las Palmas #CFDE4D
RGB
CMYK
RGB Variations
Color information
#CFDE4D (or 0xCFDE4D) is known color: Las Palmas. HEX triplet: CF, DE and 4D. RGB value is (207,222,77). Sum of RGB (Red+Green+Blue) = 207+222+77=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE4D is #3021B2. Grayscale: #C9C9C9. Windows color (decimal): -3154355 or 5103311. OLE color: 5103311.
HSL color Cylindrical-coordinate representation of color #CFDE4D: hue angle of 66.21º 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 #CFDE4D is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 77 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.13 |
| HSL | 66.21º | 0.69% | 0.59% | - |
| HSV(B) | 66.21º | 0.65% | 0.87% | - |
| XYZ | 53.19 | 66.04 | 16.97 | - |
| YUV | 200.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 77 | 0.07 | 0 | 0.65 | 0.13 | 66.21 | 0.69 | 0.59 |
| Hex | CF | DE | 4D | 7 | 0 | 41 | D | 42 | 45 | 3B |
| Octal | 317 | 336 | 115 | 7 | 0 | 101 | 15 | 102 | 105 | 73 |
| Binary | 11001111 | 11011110 | 1001101 | 111 | 0 | 1000001 | 1101 | 1000010 | 1000101 | 111011 |
Color Harmonies of #CFDE4D
Complementary color
Monochromatic Colors of #CFDE4D
Black with #CFDE4D
Text Example
Text Example
White with #CFDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE4D; }
p { color: rgb(207,222,77); }
H1.HeaderClassName
{
color: #CFDE4D;
}
.AnyTagClassName
{
color: #CFDE4D;
}
</style>
background-color css
<style>
a { background-color: #CFDE4D; }
a { background-color: rgb(207,222,77); }
div.DivClassName
{
background-color: #CFDE4D;
}
.BgClassName
{
background-color: #CFDE4D;
}
</style>
border-color css
<style>
span { border-color: #CFDE4D; }
span { border-color: rgb(207,222,77); }
td.TdClassName
{
border-color: #CFDE4D;
}
.TagClassName
{
border-color: #CFDE4D;
}
</style>