Shades of Las Palmas #CCE84C
Tints of Las Palmas #CCE84C
RGB
CMYK
RGB Variations
Color information
#CCE84C (or 0xCCE84C) is known color: Las Palmas. HEX triplet: CC, E8 and 4C. RGB value is (204,232,76). Sum of RGB (Red+Green+Blue) = 204+232+76=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE84C is #3317B3. Grayscale: #CECECE. Windows color (decimal): -3348404 or 5040332. OLE color: 5040332.
HSL color Cylindrical-coordinate representation of color #CCE84C: hue angle of 70.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCE84C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 76 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.09 |
| HSL | 70.77º | 0.77% | 0.6% | - |
| HSV(B) | 70.77º | 0.67% | 0.91% | - |
| XYZ | 55.06 | 71.07 | 17.65 | - |
| YUV | 205.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 76 | 0.12 | 0 | 0.67 | 0.09 | 70.77 | 0.77 | 0.6 |
| Hex | CC | E8 | 4C | C | 0 | 43 | 9 | 47 | 4D | 3C |
| Octal | 314 | 350 | 114 | 14 | 0 | 103 | 11 | 107 | 115 | 74 |
| Binary | 11001100 | 11101000 | 1001100 | 1100 | 0 | 1000011 | 1001 | 1000111 | 1001101 | 111100 |
Color Harmonies of #CCE84C
Complementary color
Monochromatic Colors of #CCE84C
Black with #CCE84C
Text Example
Text Example
White with #CCE84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE84C; }
p { color: rgb(204,232,76); }
H1.HeaderClassName
{
color: #CCE84C;
}
.AnyTagClassName
{
color: #CCE84C;
}
</style>
background-color css
<style>
a { background-color: #CCE84C; }
a { background-color: rgb(204,232,76); }
div.DivClassName
{
background-color: #CCE84C;
}
.BgClassName
{
background-color: #CCE84C;
}
</style>
border-color css
<style>
span { border-color: #CCE84C; }
span { border-color: rgb(204,232,76); }
td.TdClassName
{
border-color: #CCE84C;
}
.TagClassName
{
border-color: #CCE84C;
}
</style>