Shades of Las Palmas #CEE44C
Tints of Las Palmas #CEE44C
RGB
CMYK
RGB Variations
Color information
#CEE44C (or 0xCEE44C) is known color: Las Palmas. HEX triplet: CE, E4 and 4C. RGB value is (206,228,76). Sum of RGB (Red+Green+Blue) = 206+228+76=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE44C is #311BB3. Grayscale: #CCCCCC. Windows color (decimal): -3218356 or 5039310. OLE color: 5039310.
HSL color Cylindrical-coordinate representation of color #CEE44C: hue angle of 68.68º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEE44C is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 76 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.11 |
| HSL | 68.68º | 0.74% | 0.6% | - |
| HSV(B) | 68.68º | 0.67% | 0.89% | - |
| XYZ | 54.5 | 69.13 | 17.31 | - |
| YUV | 204.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 76 | 0.10 | 0 | 0.67 | 0.11 | 68.68 | 0.74 | 0.6 |
| Hex | CE | E4 | 4C | A | 0 | 43 | B | 45 | 4A | 3C |
| Octal | 316 | 344 | 114 | 12 | 0 | 103 | 13 | 105 | 112 | 74 |
| Binary | 11001110 | 11100100 | 1001100 | 1010 | 0 | 1000011 | 1011 | 1000101 | 1001010 | 111100 |
Color Harmonies of #CEE44C
Complementary color
Monochromatic Colors of #CEE44C
Black with #CEE44C
Text Example
Text Example
White with #CEE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE44C; }
p { color: rgb(206,228,76); }
H1.HeaderClassName
{
color: #CEE44C;
}
.AnyTagClassName
{
color: #CEE44C;
}
</style>
background-color css
<style>
a { background-color: #CEE44C; }
a { background-color: rgb(206,228,76); }
div.DivClassName
{
background-color: #CEE44C;
}
.BgClassName
{
background-color: #CEE44C;
}
</style>
border-color css
<style>
span { border-color: #CEE44C; }
span { border-color: rgb(206,228,76); }
td.TdClassName
{
border-color: #CEE44C;
}
.TagClassName
{
border-color: #CEE44C;
}
</style>