Shades of Las Palmas #CEE140
Tints of Las Palmas #CEE140
RGB
CMYK
RGB Variations
Color information
#CEE140 (or 0xCEE140) is known color: Las Palmas. HEX triplet: CE, E1 and 40. RGB value is (206,225,64). Sum of RGB (Red+Green+Blue) = 206+225+64=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE140 is #311EBF. Grayscale: #C9C9C9. Windows color (decimal): -3219136 or 4252110. OLE color: 4252110.
HSL color Cylindrical-coordinate representation of color #CEE140: hue angle of 67.08º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEE140 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 64 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.12 |
| HSL | 67.08º | 0.73% | 0.57% | - |
| HSV(B) | 67.08º | 0.72% | 0.88% | - |
| XYZ | 53.3 | 67.34 | 15.04 | - |
| YUV | 200.97 | 50.71 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 64 | 0.08 | 0 | 0.72 | 0.12 | 67.08 | 0.73 | 0.57 |
| Hex | CE | E1 | 40 | 8 | 0 | 48 | C | 43 | 49 | 39 |
| Octal | 316 | 341 | 100 | 10 | 0 | 110 | 14 | 103 | 111 | 71 |
| Binary | 11001110 | 11100001 | 1000000 | 1000 | 0 | 1001000 | 1100 | 1000011 | 1001001 | 111001 |
Color Harmonies of #CEE140
Complementary color
Monochromatic Colors of #CEE140
Black with #CEE140
Text Example
Text Example
White with #CEE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE140; }
p { color: rgb(206,225,64); }
H1.HeaderClassName
{
color: #CEE140;
}
.AnyTagClassName
{
color: #CEE140;
}
</style>
background-color css
<style>
a { background-color: #CEE140; }
a { background-color: rgb(206,225,64); }
div.DivClassName
{
background-color: #CEE140;
}
.BgClassName
{
background-color: #CEE140;
}
</style>
border-color css
<style>
span { border-color: #CEE140; }
span { border-color: rgb(206,225,64); }
td.TdClassName
{
border-color: #CEE140;
}
.TagClassName
{
border-color: #CEE140;
}
</style>