Shades of Las Palmas #CEE042
Tints of Las Palmas #CEE042
RGB
CMYK
RGB Variations
Color information
#CEE042 (or 0xCEE042) is known color: Las Palmas. HEX triplet: CE, E0 and 42. RGB value is (206,224,66). Sum of RGB (Red+Green+Blue) = 206+224+66=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE042 is #311FBD. Grayscale: #C9C9C9. Windows color (decimal): -3219390 or 4382926. OLE color: 4382926.
HSL color Cylindrical-coordinate representation of color #CEE042: hue angle of 66.84º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEE042 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 66 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.12 |
| HSL | 66.84º | 0.72% | 0.57% | - |
| HSV(B) | 66.84º | 0.71% | 0.88% | - |
| XYZ | 53.09 | 66.83 | 15.25 | - |
| YUV | 200.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 66 | 0.08 | 0 | 0.71 | 0.12 | 66.84 | 0.72 | 0.57 |
| Hex | CE | E0 | 42 | 8 | 0 | 47 | C | 43 | 48 | 39 |
| Octal | 316 | 340 | 102 | 10 | 0 | 107 | 14 | 103 | 110 | 71 |
| Binary | 11001110 | 11100000 | 1000010 | 1000 | 0 | 1000111 | 1100 | 1000011 | 1001000 | 111001 |
Color Harmonies of #CEE042
Complementary color
Monochromatic Colors of #CEE042
Black with #CEE042
Text Example
Text Example
White with #CEE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE042; }
p { color: rgb(206,224,66); }
H1.HeaderClassName
{
color: #CEE042;
}
.AnyTagClassName
{
color: #CEE042;
}
</style>
background-color css
<style>
a { background-color: #CEE042; }
a { background-color: rgb(206,224,66); }
div.DivClassName
{
background-color: #CEE042;
}
.BgClassName
{
background-color: #CEE042;
}
</style>
border-color css
<style>
span { border-color: #CEE042; }
span { border-color: rgb(206,224,66); }
td.TdClassName
{
border-color: #CEE042;
}
.TagClassName
{
border-color: #CEE042;
}
</style>