Shades of Las Palmas #CEE64B
Tints of Las Palmas #CEE64B
RGB
CMYK
RGB Variations
Color information
#CEE64B (or 0xCEE64B) is known color: Las Palmas. HEX triplet: CE, E6 and 4B. RGB value is (206,230,75). Sum of RGB (Red+Green+Blue) = 206+230+75=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE64B is #3119B4. Grayscale: #CDCDCD. Windows color (decimal): -3217845 or 4974286. OLE color: 4974286.
HSL color Cylindrical-coordinate representation of color #CEE64B: hue angle of 69.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEE64B is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 75 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.10 |
| HSL | 69.29º | 0.76% | 0.6% | - |
| HSV(B) | 69.29º | 0.67% | 0.9% | - |
| XYZ | 55.02 | 70.22 | 17.31 | - |
| YUV | 205.15 | 54.55 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 75 | 0.10 | 0 | 0.67 | 0.10 | 69.29 | 0.76 | 0.6 |
| Hex | CE | E6 | 4B | A | 0 | 43 | A | 45 | 4C | 3C |
| Octal | 316 | 346 | 113 | 12 | 0 | 103 | 12 | 105 | 114 | 74 |
| Binary | 11001110 | 11100110 | 1001011 | 1010 | 0 | 1000011 | 1010 | 1000101 | 1001100 | 111100 |
Color Harmonies of #CEE64B
Complementary color
Monochromatic Colors of #CEE64B
Black with #CEE64B
Text Example
Text Example
White with #CEE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE64B; }
p { color: rgb(206,230,75); }
H1.HeaderClassName
{
color: #CEE64B;
}
.AnyTagClassName
{
color: #CEE64B;
}
</style>
background-color css
<style>
a { background-color: #CEE64B; }
a { background-color: rgb(206,230,75); }
div.DivClassName
{
background-color: #CEE64B;
}
.BgClassName
{
background-color: #CEE64B;
}
</style>
border-color css
<style>
span { border-color: #CEE64B; }
span { border-color: rgb(206,230,75); }
td.TdClassName
{
border-color: #CEE64B;
}
.TagClassName
{
border-color: #CEE64B;
}
</style>