Shades of Las Palmas #CEE94C
Tints of Las Palmas #CEE94C
RGB
CMYK
RGB Variations
Color information
#CEE94C (or 0xCEE94C) is known color: Las Palmas. HEX triplet: CE, E9 and 4C. RGB value is (206,233,76). Sum of RGB (Red+Green+Blue) = 206+233+76=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE94C is #3116B3. Grayscale: #CFCFCF. Windows color (decimal): -3217076 or 5040590. OLE color: 5040590.
HSL color Cylindrical-coordinate representation of color #CEE94C: hue angle of 70.32º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEE94C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 76 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.09 |
| HSL | 70.32º | 0.78% | 0.61% | - |
| HSV(B) | 70.32º | 0.67% | 0.91% | - |
| XYZ | 55.9 | 71.92 | 17.77 | - |
| YUV | 207.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 76 | 0.12 | 0 | 0.67 | 0.09 | 70.32 | 0.78 | 0.61 |
| Hex | CE | E9 | 4C | C | 0 | 43 | 9 | 46 | 4E | 3D |
| Octal | 316 | 351 | 114 | 14 | 0 | 103 | 11 | 106 | 116 | 75 |
| Binary | 11001110 | 11101001 | 1001100 | 1100 | 0 | 1000011 | 1001 | 1000110 | 1001110 | 111101 |
Color Harmonies of #CEE94C
Complementary color
Monochromatic Colors of #CEE94C
Black with #CEE94C
Text Example
Text Example
White with #CEE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE94C; }
p { color: rgb(206,233,76); }
H1.HeaderClassName
{
color: #CEE94C;
}
.AnyTagClassName
{
color: #CEE94C;
}
</style>
background-color css
<style>
a { background-color: #CEE94C; }
a { background-color: rgb(206,233,76); }
div.DivClassName
{
background-color: #CEE94C;
}
.BgClassName
{
background-color: #CEE94C;
}
</style>
border-color css
<style>
span { border-color: #CEE94C; }
span { border-color: rgb(206,233,76); }
td.TdClassName
{
border-color: #CEE94C;
}
.TagClassName
{
border-color: #CEE94C;
}
</style>