Shades of Las Palmas #CCE440
Tints of Las Palmas #CCE440
RGB
CMYK
RGB Variations
Color information
#CCE440 (or 0xCCE440) is known color: Las Palmas. HEX triplet: CC, E4 and 40. RGB value is (204,228,64). Sum of RGB (Red+Green+Blue) = 204+228+64=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE440 is #331BBF. Grayscale: #CACACA. Windows color (decimal): -3349440 or 4252876. OLE color: 4252876.
HSL color Cylindrical-coordinate representation of color #CCE440: hue angle of 68.78º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE440 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 64 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.11 |
| HSL | 68.78º | 0.75% | 0.57% | - |
| HSV(B) | 68.78º | 0.72% | 0.89% | - |
| XYZ | 53.57 | 68.69 | 15.29 | - |
| YUV | 202.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 64 | 0.11 | 0 | 0.72 | 0.11 | 68.78 | 0.75 | 0.57 |
| Hex | CC | E4 | 40 | B | 0 | 48 | B | 45 | 4B | 39 |
| Octal | 314 | 344 | 100 | 13 | 0 | 110 | 13 | 105 | 113 | 71 |
| Binary | 11001100 | 11100100 | 1000000 | 1011 | 0 | 1001000 | 1011 | 1000101 | 1001011 | 111001 |
Color Harmonies of #CCE440
Complementary color
Monochromatic Colors of #CCE440
Black with #CCE440
Text Example
Text Example
White with #CCE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE440; }
p { color: rgb(204,228,64); }
H1.HeaderClassName
{
color: #CCE440;
}
.AnyTagClassName
{
color: #CCE440;
}
</style>
background-color css
<style>
a { background-color: #CCE440; }
a { background-color: rgb(204,228,64); }
div.DivClassName
{
background-color: #CCE440;
}
.BgClassName
{
background-color: #CCE440;
}
</style>
border-color css
<style>
span { border-color: #CCE440; }
span { border-color: rgb(204,228,64); }
td.TdClassName
{
border-color: #CCE440;
}
.TagClassName
{
border-color: #CCE440;
}
</style>