Shades of Las Palmas #CCDE4F
Tints of Las Palmas #CCDE4F
RGB
CMYK
RGB Variations
Color information
#CCDE4F (or 0xCCDE4F) is known color: Las Palmas. HEX triplet: CC, DE and 4F. RGB value is (204,222,79). Sum of RGB (Red+Green+Blue) = 204+222+79=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE4F is #3321B0. Grayscale: #C8C8C8. Windows color (decimal): -3350961 or 5234380. OLE color: 5234380.
HSL color Cylindrical-coordinate representation of color #CCDE4F: hue angle of 67.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDE4F is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 79 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.13 |
| HSL | 67.55º | 0.68% | 0.59% | - |
| HSV(B) | 67.55º | 0.64% | 0.87% | - |
| XYZ | 52.43 | 65.64 | 17.3 | - |
| YUV | 200.32 | 59.54 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 79 | 0.08 | 0 | 0.64 | 0.13 | 67.55 | 0.68 | 0.59 |
| Hex | CC | DE | 4F | 8 | 0 | 40 | D | 44 | 44 | 3B |
| Octal | 314 | 336 | 117 | 10 | 0 | 100 | 15 | 104 | 104 | 73 |
| Binary | 11001100 | 11011110 | 1001111 | 1000 | 0 | 1000000 | 1101 | 1000100 | 1000100 | 111011 |
Color Harmonies of #CCDE4F
Complementary color
Monochromatic Colors of #CCDE4F
Black with #CCDE4F
Text Example
Text Example
White with #CCDE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE4F; }
p { color: rgb(204,222,79); }
H1.HeaderClassName
{
color: #CCDE4F;
}
.AnyTagClassName
{
color: #CCDE4F;
}
</style>
background-color css
<style>
a { background-color: #CCDE4F; }
a { background-color: rgb(204,222,79); }
div.DivClassName
{
background-color: #CCDE4F;
}
.BgClassName
{
background-color: #CCDE4F;
}
</style>
border-color css
<style>
span { border-color: #CCDE4F; }
span { border-color: rgb(204,222,79); }
td.TdClassName
{
border-color: #CCDE4F;
}
.TagClassName
{
border-color: #CCDE4F;
}
</style>