Shades of Las Palmas #CCE44E
Tints of Las Palmas #CCE44E
RGB
CMYK
RGB Variations
Color information
#CCE44E (or 0xCCE44E) is known color: Las Palmas. HEX triplet: CC, E4 and 4E. RGB value is (204,228,78). Sum of RGB (Red+Green+Blue) = 204+228+78=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE44E is #331BB1. Grayscale: #CCCCCC. Windows color (decimal): -3349426 or 5170380. OLE color: 5170380.
HSL color Cylindrical-coordinate representation of color #CCE44E: hue angle of 69.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE44E is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 78 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.11 |
| HSL | 69.6º | 0.74% | 0.6% | - |
| HSV(B) | 69.6º | 0.66% | 0.89% | - |
| XYZ | 54.02 | 68.87 | 17.65 | - |
| YUV | 203.72 | 57.05 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 78 | 0.11 | 0 | 0.66 | 0.11 | 69.6 | 0.74 | 0.6 |
| Hex | CC | E4 | 4E | B | 0 | 42 | B | 46 | 4A | 3C |
| Octal | 314 | 344 | 116 | 13 | 0 | 102 | 13 | 106 | 112 | 74 |
| Binary | 11001100 | 11100100 | 1001110 | 1011 | 0 | 1000010 | 1011 | 1000110 | 1001010 | 111100 |
Color Harmonies of #CCE44E
Complementary color
Monochromatic Colors of #CCE44E
Black with #CCE44E
Text Example
Text Example
White with #CCE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE44E; }
p { color: rgb(204,228,78); }
H1.HeaderClassName
{
color: #CCE44E;
}
.AnyTagClassName
{
color: #CCE44E;
}
</style>
background-color css
<style>
a { background-color: #CCE44E; }
a { background-color: rgb(204,228,78); }
div.DivClassName
{
background-color: #CCE44E;
}
.BgClassName
{
background-color: #CCE44E;
}
</style>
border-color css
<style>
span { border-color: #CCE44E; }
span { border-color: rgb(204,228,78); }
td.TdClassName
{
border-color: #CCE44E;
}
.TagClassName
{
border-color: #CCE44E;
}
</style>