Shades of Las Palmas #CEE445
Tints of Las Palmas #CEE445
RGB
CMYK
RGB Variations
Color information
#CEE445 (or 0xCEE445) is known color: Las Palmas. HEX triplet: CE, E4 and 45. RGB value is (206,228,69). Sum of RGB (Red+Green+Blue) = 206+228+69=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE445 is #311BBA. Grayscale: #CBCBCB. Windows color (decimal): -3218363 or 4580558. OLE color: 4580558.
HSL color Cylindrical-coordinate representation of color #CEE445: hue angle of 68.3º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE445 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 69 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.11 |
| HSL | 68.3º | 0.75% | 0.58% | - |
| HSV(B) | 68.3º | 0.7% | 0.89% | - |
| XYZ | 54.27 | 69.04 | 16.1 | - |
| YUV | 203.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 69 | 0.10 | 0 | 0.70 | 0.11 | 68.3 | 0.75 | 0.58 |
| Hex | CE | E4 | 45 | A | 0 | 46 | B | 44 | 4B | 3A |
| Octal | 316 | 344 | 105 | 12 | 0 | 106 | 13 | 104 | 113 | 72 |
| Binary | 11001110 | 11100100 | 1000101 | 1010 | 0 | 1000110 | 1011 | 1000100 | 1001011 | 111010 |
Color Harmonies of #CEE445
Complementary color
Monochromatic Colors of #CEE445
Black with #CEE445
Text Example
Text Example
White with #CEE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE445; }
p { color: rgb(206,228,69); }
H1.HeaderClassName
{
color: #CEE445;
}
.AnyTagClassName
{
color: #CEE445;
}
</style>
background-color css
<style>
a { background-color: #CEE445; }
a { background-color: rgb(206,228,69); }
div.DivClassName
{
background-color: #CEE445;
}
.BgClassName
{
background-color: #CEE445;
}
</style>
border-color css
<style>
span { border-color: #CEE445; }
span { border-color: rgb(206,228,69); }
td.TdClassName
{
border-color: #CEE445;
}
.TagClassName
{
border-color: #CEE445;
}
</style>