Shades of Las Palmas #CCE64E
Tints of Las Palmas #CCE64E
RGB
CMYK
RGB Variations
Color information
#CCE64E (or 0xCCE64E) is known color: Las Palmas. HEX triplet: CC, E6 and 4E. RGB value is (204,230,78). Sum of RGB (Red+Green+Blue) = 204+230+78=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE64E is #3319B1. Grayscale: #CDCDCD. Windows color (decimal): -3348914 or 5170892. OLE color: 5170892.
HSL color Cylindrical-coordinate representation of color #CCE64E: hue angle of 70.26º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE64E is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 78 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.10 |
| HSL | 70.26º | 0.75% | 0.6% | - |
| HSV(B) | 70.26º | 0.66% | 0.9% | - |
| XYZ | 54.57 | 69.98 | 17.84 | - |
| YUV | 204.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 78 | 0.11 | 0 | 0.66 | 0.10 | 70.26 | 0.75 | 0.6 |
| Hex | CC | E6 | 4E | B | 0 | 42 | A | 46 | 4B | 3C |
| Octal | 314 | 346 | 116 | 13 | 0 | 102 | 12 | 106 | 113 | 74 |
| Binary | 11001100 | 11100110 | 1001110 | 1011 | 0 | 1000010 | 1010 | 1000110 | 1001011 | 111100 |
Color Harmonies of #CCE64E
Complementary color
Monochromatic Colors of #CCE64E
Black with #CCE64E
Text Example
Text Example
White with #CCE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE64E; }
p { color: rgb(204,230,78); }
H1.HeaderClassName
{
color: #CCE64E;
}
.AnyTagClassName
{
color: #CCE64E;
}
</style>
background-color css
<style>
a { background-color: #CCE64E; }
a { background-color: rgb(204,230,78); }
div.DivClassName
{
background-color: #CCE64E;
}
.BgClassName
{
background-color: #CCE64E;
}
</style>
border-color css
<style>
span { border-color: #CCE64E; }
span { border-color: rgb(204,230,78); }
td.TdClassName
{
border-color: #CCE64E;
}
.TagClassName
{
border-color: #CCE64E;
}
</style>