Shades of Las Palmas #CBE43E
Tints of Las Palmas #CBE43E
RGB
CMYK
RGB Variations
Color information
#CBE43E (or 0xCBE43E) is known color: Las Palmas. HEX triplet: CB, E4 and 3E. RGB value is (203,228,62). Sum of RGB (Red+Green+Blue) = 203+228+62=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE43E is #341BC1. Grayscale: #CACACA. Windows color (decimal): -3414978 or 4121803. OLE color: 4121803.
HSL color Cylindrical-coordinate representation of color #CBE43E: hue angle of 69.04º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBE43E is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 62 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.11 |
| HSL | 69.04º | 0.75% | 0.57% | - |
| HSV(B) | 69.04º | 0.73% | 0.89% | - |
| XYZ | 53.24 | 68.53 | 14.98 | - |
| YUV | 201.6 | 49.22 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 62 | 0.11 | 0 | 0.73 | 0.11 | 69.04 | 0.75 | 0.57 |
| Hex | CB | E4 | 3E | B | 0 | 49 | B | 45 | 4B | 39 |
| Octal | 313 | 344 | 76 | 13 | 0 | 111 | 13 | 105 | 113 | 71 |
| Binary | 11001011 | 11100100 | 111110 | 1011 | 0 | 1001001 | 1011 | 1000101 | 1001011 | 111001 |
Color Harmonies of #CBE43E
Complementary color
Monochromatic Colors of #CBE43E
Black with #CBE43E
Text Example
Text Example
White with #CBE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE43E; }
p { color: rgb(203,228,62); }
H1.HeaderClassName
{
color: #CBE43E;
}
.AnyTagClassName
{
color: #CBE43E;
}
</style>
background-color css
<style>
a { background-color: #CBE43E; }
a { background-color: rgb(203,228,62); }
div.DivClassName
{
background-color: #CBE43E;
}
.BgClassName
{
background-color: #CBE43E;
}
</style>
border-color css
<style>
span { border-color: #CBE43E; }
span { border-color: rgb(203,228,62); }
td.TdClassName
{
border-color: #CBE43E;
}
.TagClassName
{
border-color: #CBE43E;
}
</style>