Shades of Las Palmas #CEE54F
Tints of Las Palmas #CEE54F
RGB
CMYK
RGB Variations
Color information
#CEE54F (or 0xCEE54F) is known color: Las Palmas. HEX triplet: CE, E5 and 4F. RGB value is (206,229,79). Sum of RGB (Red+Green+Blue) = 206+229+79=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE54F is #311AB0. Grayscale: #CDCDCD. Windows color (decimal): -3218097 or 5236174. OLE color: 5236174.
HSL color Cylindrical-coordinate representation of color #CEE54F: hue angle of 69.2º 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 #CEE54F is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 79 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.10 |
| HSL | 69.2º | 0.74% | 0.6% | - |
| HSV(B) | 69.2º | 0.66% | 0.9% | - |
| XYZ | 54.88 | 69.72 | 17.96 | - |
| YUV | 205.02 | 56.88 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 79 | 0.10 | 0 | 0.66 | 0.10 | 69.2 | 0.74 | 0.6 |
| Hex | CE | E5 | 4F | A | 0 | 42 | A | 45 | 4A | 3C |
| Octal | 316 | 345 | 117 | 12 | 0 | 102 | 12 | 105 | 112 | 74 |
| Binary | 11001110 | 11100101 | 1001111 | 1010 | 0 | 1000010 | 1010 | 1000101 | 1001010 | 111100 |
Color Harmonies of #CEE54F
Complementary color
Monochromatic Colors of #CEE54F
Black with #CEE54F
Text Example
Text Example
White with #CEE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE54F; }
p { color: rgb(206,229,79); }
H1.HeaderClassName
{
color: #CEE54F;
}
.AnyTagClassName
{
color: #CEE54F;
}
</style>
background-color css
<style>
a { background-color: #CEE54F; }
a { background-color: rgb(206,229,79); }
div.DivClassName
{
background-color: #CEE54F;
}
.BgClassName
{
background-color: #CEE54F;
}
</style>
border-color css
<style>
span { border-color: #CEE54F; }
span { border-color: rgb(206,229,79); }
td.TdClassName
{
border-color: #CEE54F;
}
.TagClassName
{
border-color: #CEE54F;
}
</style>