Shades of Las Palmas #CCE84F
Tints of Las Palmas #CCE84F
RGB
CMYK
RGB Variations
Color information
#CCE84F (or 0xCCE84F) is known color: Las Palmas. HEX triplet: CC, E8 and 4F. RGB value is (204,232,79). Sum of RGB (Red+Green+Blue) = 204+232+79=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE84F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE84F is #3317B0. Grayscale: #CECECE. Windows color (decimal): -3348401 or 5236940. OLE color: 5236940.
HSL color Cylindrical-coordinate representation of color #CCE84F: hue angle of 70.98º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE84F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 79 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 70.98º | 0.77% | 0.61% | - |
| HSV(B) | 70.98º | 0.66% | 0.91% | - |
| XYZ | 55.17 | 71.12 | 18.22 | - |
| YUV | 206.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 79 | 0.12 | 0 | 0.66 | 0.09 | 70.98 | 0.77 | 0.61 |
| Hex | CC | E8 | 4F | C | 0 | 42 | 9 | 47 | 4D | 3D |
| Octal | 314 | 350 | 117 | 14 | 0 | 102 | 11 | 107 | 115 | 75 |
| Binary | 11001100 | 11101000 | 1001111 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001101 | 111101 |
Color Harmonies of #CCE84F
Complementary color
Monochromatic Colors of #CCE84F
Black with #CCE84F
Text Example
Text Example
White with #CCE84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE84F; }
p { color: rgb(204,232,79); }
H1.HeaderClassName
{
color: #CCE84F;
}
.AnyTagClassName
{
color: #CCE84F;
}
</style>
background-color css
<style>
a { background-color: #CCE84F; }
a { background-color: rgb(204,232,79); }
div.DivClassName
{
background-color: #CCE84F;
}
.BgClassName
{
background-color: #CCE84F;
}
</style>
border-color css
<style>
span { border-color: #CCE84F; }
span { border-color: rgb(204,232,79); }
td.TdClassName
{
border-color: #CCE84F;
}
.TagClassName
{
border-color: #CCE84F;
}
</style>