Shades of Las Palmas #CCE442
Tints of Las Palmas #CCE442
RGB
CMYK
RGB Variations
Color information
#CCE442 (or 0xCCE442) is known color: Las Palmas. HEX triplet: CC, E4 and 42. RGB value is (204,228,66). Sum of RGB (Red+Green+Blue) = 204+228+66=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE442 is #331BBD. Grayscale: #CACACA. Windows color (decimal): -3349438 or 4383948. OLE color: 4383948.
HSL color Cylindrical-coordinate representation of color #CCE442: hue angle of 68.89º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCE442 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 66 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.11 |
| HSL | 68.89º | 0.75% | 0.58% | - |
| HSV(B) | 68.89º | 0.71% | 0.89% | - |
| XYZ | 53.63 | 68.72 | 15.59 | - |
| YUV | 202.36 | 51.05 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 66 | 0.11 | 0 | 0.71 | 0.11 | 68.89 | 0.75 | 0.58 |
| Hex | CC | E4 | 42 | B | 0 | 47 | B | 45 | 4B | 3A |
| Octal | 314 | 344 | 102 | 13 | 0 | 107 | 13 | 105 | 113 | 72 |
| Binary | 11001100 | 11100100 | 1000010 | 1011 | 0 | 1000111 | 1011 | 1000101 | 1001011 | 111010 |
Color Harmonies of #CCE442
Complementary color
Monochromatic Colors of #CCE442
Black with #CCE442
Text Example
Text Example
White with #CCE442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE442; }
p { color: rgb(204,228,66); }
H1.HeaderClassName
{
color: #CCE442;
}
.AnyTagClassName
{
color: #CCE442;
}
</style>
background-color css
<style>
a { background-color: #CCE442; }
a { background-color: rgb(204,228,66); }
div.DivClassName
{
background-color: #CCE442;
}
.BgClassName
{
background-color: #CCE442;
}
</style>
border-color css
<style>
span { border-color: #CCE442; }
span { border-color: rgb(204,228,66); }
td.TdClassName
{
border-color: #CCE442;
}
.TagClassName
{
border-color: #CCE442;
}
</style>