Shades of Las Palmas #CEE245
Tints of Las Palmas #CEE245
RGB
CMYK
RGB Variations
Color information
#CEE245 (or 0xCEE245) is known color: Las Palmas. HEX triplet: CE, E2 and 45. RGB value is (206,226,69). Sum of RGB (Red+Green+Blue) = 206+226+69=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE245 is #311DBA. Grayscale: #CACACA. Windows color (decimal): -3218875 or 4580046. OLE color: 4580046.
HSL color Cylindrical-coordinate representation of color #CEE245: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEE245 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 69 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.11 |
| HSL | 67.64º | 0.73% | 0.58% | - |
| HSV(B) | 67.64º | 0.69% | 0.89% | - |
| XYZ | 53.72 | 67.94 | 15.91 | - |
| YUV | 202.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 69 | 0.09 | 0 | 0.69 | 0.11 | 67.64 | 0.73 | 0.58 |
| Hex | CE | E2 | 45 | 9 | 0 | 45 | B | 44 | 49 | 3A |
| Octal | 316 | 342 | 105 | 11 | 0 | 105 | 13 | 104 | 111 | 72 |
| Binary | 11001110 | 11100010 | 1000101 | 1001 | 0 | 1000101 | 1011 | 1000100 | 1001001 | 111010 |
Color Harmonies of #CEE245
Complementary color
Monochromatic Colors of #CEE245
Black with #CEE245
Text Example
Text Example
White with #CEE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE245; }
p { color: rgb(206,226,69); }
H1.HeaderClassName
{
color: #CEE245;
}
.AnyTagClassName
{
color: #CEE245;
}
</style>
background-color css
<style>
a { background-color: #CEE245; }
a { background-color: rgb(206,226,69); }
div.DivClassName
{
background-color: #CEE245;
}
.BgClassName
{
background-color: #CEE245;
}
</style>
border-color css
<style>
span { border-color: #CEE245; }
span { border-color: rgb(206,226,69); }
td.TdClassName
{
border-color: #CEE245;
}
.TagClassName
{
border-color: #CEE245;
}
</style>