Shades of Las Palmas #CEE54E
Tints of Las Palmas #CEE54E
RGB
CMYK
RGB Variations
Color information
#CEE54E (or 0xCEE54E) is known color: Las Palmas. HEX triplet: CE, E5 and 4E. RGB value is (206,229,78). Sum of RGB (Red+Green+Blue) = 206+229+78=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE54E is #311AB1. Grayscale: #CDCDCD. Windows color (decimal): -3218098 or 5170638. OLE color: 5170638.
HSL color Cylindrical-coordinate representation of color #CEE54E: hue angle of 69.14º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEE54E is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 78 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.10 |
| HSL | 69.14º | 0.74% | 0.6% | - |
| HSV(B) | 69.14º | 0.66% | 0.9% | - |
| XYZ | 54.85 | 69.71 | 17.77 | - |
| YUV | 204.91 | 56.38 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 78 | 0.10 | 0 | 0.66 | 0.10 | 69.14 | 0.74 | 0.6 |
| Hex | CE | E5 | 4E | A | 0 | 42 | A | 45 | 4A | 3C |
| Octal | 316 | 345 | 116 | 12 | 0 | 102 | 12 | 105 | 112 | 74 |
| Binary | 11001110 | 11100101 | 1001110 | 1010 | 0 | 1000010 | 1010 | 1000101 | 1001010 | 111100 |
Color Harmonies of #CEE54E
Complementary color
Monochromatic Colors of #CEE54E
Black with #CEE54E
Text Example
Text Example
White with #CEE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE54E; }
p { color: rgb(206,229,78); }
H1.HeaderClassName
{
color: #CEE54E;
}
.AnyTagClassName
{
color: #CEE54E;
}
</style>
background-color css
<style>
a { background-color: #CEE54E; }
a { background-color: rgb(206,229,78); }
div.DivClassName
{
background-color: #CEE54E;
}
.BgClassName
{
background-color: #CEE54E;
}
</style>
border-color css
<style>
span { border-color: #CEE54E; }
span { border-color: rgb(206,229,78); }
td.TdClassName
{
border-color: #CEE54E;
}
.TagClassName
{
border-color: #CEE54E;
}
</style>