Shades of Las Palmas #CBE64E
Tints of Las Palmas #CBE64E
RGB
CMYK
RGB Variations
Color information
#CBE64E (or 0xCBE64E) is known color: Las Palmas. HEX triplet: CB, E6 and 4E. RGB value is (203,230,78). Sum of RGB (Red+Green+Blue) = 203+230+78=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE64E is #3419B1. Grayscale: #CDCDCD. Windows color (decimal): -3414450 or 5170891. OLE color: 5170891.
HSL color Cylindrical-coordinate representation of color #CBE64E: hue angle of 70.66º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE64E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 78 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.10 |
| HSL | 70.66º | 0.75% | 0.6% | - |
| HSV(B) | 70.66º | 0.66% | 0.9% | - |
| XYZ | 54.3 | 69.84 | 17.83 | - |
| YUV | 204.6 | 56.55 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 78 | 0.12 | 0 | 0.66 | 0.10 | 70.66 | 0.75 | 0.6 |
| Hex | CB | E6 | 4E | C | 0 | 42 | A | 47 | 4B | 3C |
| Octal | 313 | 346 | 116 | 14 | 0 | 102 | 12 | 107 | 113 | 74 |
| Binary | 11001011 | 11100110 | 1001110 | 1100 | 0 | 1000010 | 1010 | 1000111 | 1001011 | 111100 |
Color Harmonies of #CBE64E
Complementary color
Monochromatic Colors of #CBE64E
Black with #CBE64E
Text Example
Text Example
White with #CBE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE64E; }
p { color: rgb(203,230,78); }
H1.HeaderClassName
{
color: #CBE64E;
}
.AnyTagClassName
{
color: #CBE64E;
}
</style>
background-color css
<style>
a { background-color: #CBE64E; }
a { background-color: rgb(203,230,78); }
div.DivClassName
{
background-color: #CBE64E;
}
.BgClassName
{
background-color: #CBE64E;
}
</style>
border-color css
<style>
span { border-color: #CBE64E; }
span { border-color: rgb(203,230,78); }
td.TdClassName
{
border-color: #CBE64E;
}
.TagClassName
{
border-color: #CBE64E;
}
</style>