Shades of Las Palmas #CEE150
Tints of Las Palmas #CEE150
RGB
CMYK
RGB Variations
Color information
#CEE150 (or 0xCEE150) is known color: Las Palmas. HEX triplet: CE, E1 and 50. RGB value is (206,225,80). Sum of RGB (Red+Green+Blue) = 206+225+80=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE150 is #311EAF. Grayscale: #CBCBCB. Windows color (decimal): -3219120 or 5300686. OLE color: 5300686.
HSL color Cylindrical-coordinate representation of color #CEE150: hue angle of 67.86º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEE150 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 80 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.12 |
| HSL | 67.86º | 0.71% | 0.6% | - |
| HSV(B) | 67.86º | 0.64% | 0.88% | - |
| XYZ | 53.83 | 67.55 | 17.79 | - |
| YUV | 202.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 80 | 0.08 | 0 | 0.64 | 0.12 | 67.86 | 0.71 | 0.6 |
| Hex | CE | E1 | 50 | 8 | 0 | 40 | C | 44 | 47 | 3C |
| Octal | 316 | 341 | 120 | 10 | 0 | 100 | 14 | 104 | 107 | 74 |
| Binary | 11001110 | 11100001 | 1010000 | 1000 | 0 | 1000000 | 1100 | 1000100 | 1000111 | 111100 |
Color Harmonies of #CEE150
Complementary color
Monochromatic Colors of #CEE150
Black with #CEE150
Text Example
Text Example
White with #CEE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE150; }
p { color: rgb(206,225,80); }
H1.HeaderClassName
{
color: #CEE150;
}
.AnyTagClassName
{
color: #CEE150;
}
</style>
background-color css
<style>
a { background-color: #CEE150; }
a { background-color: rgb(206,225,80); }
div.DivClassName
{
background-color: #CEE150;
}
.BgClassName
{
background-color: #CEE150;
}
</style>
border-color css
<style>
span { border-color: #CEE150; }
span { border-color: rgb(206,225,80); }
td.TdClassName
{
border-color: #CEE150;
}
.TagClassName
{
border-color: #CEE150;
}
</style>