Shades of Las Palmas #CBE44E
Tints of Las Palmas #CBE44E
RGB
CMYK
RGB Variations
Color information
#CBE44E (or 0xCBE44E) is known color: Las Palmas. HEX triplet: CB, E4 and 4E. RGB value is (203,228,78). Sum of RGB (Red+Green+Blue) = 203+228+78=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE44E is #341BB1. Grayscale: #CCCCCC. Windows color (decimal): -3414962 or 5170379. OLE color: 5170379.
HSL color Cylindrical-coordinate representation of color #CBE44E: hue angle of 70º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE44E is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 78 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.11 |
| HSL | 70º | 0.74% | 0.6% | - |
| HSV(B) | 70º | 0.66% | 0.89% | - |
| XYZ | 53.75 | 68.73 | 17.64 | - |
| YUV | 203.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 78 | 0.11 | 0 | 0.66 | 0.11 | 70 | 0.74 | 0.6 |
| Hex | CB | E4 | 4E | B | 0 | 42 | B | 46 | 4A | 3C |
| Octal | 313 | 344 | 116 | 13 | 0 | 102 | 13 | 106 | 112 | 74 |
| Binary | 11001011 | 11100100 | 1001110 | 1011 | 0 | 1000010 | 1011 | 1000110 | 1001010 | 111100 |
Color Harmonies of #CBE44E
Complementary color
Monochromatic Colors of #CBE44E
Black with #CBE44E
Text Example
Text Example
White with #CBE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE44E; }
p { color: rgb(203,228,78); }
H1.HeaderClassName
{
color: #CBE44E;
}
.AnyTagClassName
{
color: #CBE44E;
}
</style>
background-color css
<style>
a { background-color: #CBE44E; }
a { background-color: rgb(203,228,78); }
div.DivClassName
{
background-color: #CBE44E;
}
.BgClassName
{
background-color: #CBE44E;
}
</style>
border-color css
<style>
span { border-color: #CBE44E; }
span { border-color: rgb(203,228,78); }
td.TdClassName
{
border-color: #CBE44E;
}
.TagClassName
{
border-color: #CBE44E;
}
</style>