Shades of Las Palmas #CBE24A
Tints of Las Palmas #CBE24A
RGB
CMYK
RGB Variations
Color information
#CBE24A (or 0xCBE24A) is known color: Las Palmas. HEX triplet: CB, E2 and 4A. RGB value is (203,226,74). Sum of RGB (Red+Green+Blue) = 203+226+74=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE24A is #341DB5. Grayscale: #CACACA. Windows color (decimal): -3415478 or 4907723. OLE color: 4907723.
HSL color Cylindrical-coordinate representation of color #CBE24A: hue angle of 69.08º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE24A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 74 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.11 |
| HSL | 69.08º | 0.72% | 0.59% | - |
| HSV(B) | 69.08º | 0.67% | 0.89% | - |
| XYZ | 53.06 | 67.58 | 16.73 | - |
| YUV | 201.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 74 | 0.10 | 0 | 0.67 | 0.11 | 69.08 | 0.72 | 0.59 |
| Hex | CB | E2 | 4A | A | 0 | 43 | B | 45 | 48 | 3B |
| Octal | 313 | 342 | 112 | 12 | 0 | 103 | 13 | 105 | 110 | 73 |
| Binary | 11001011 | 11100010 | 1001010 | 1010 | 0 | 1000011 | 1011 | 1000101 | 1001000 | 111011 |
Color Harmonies of #CBE24A
Complementary color
Monochromatic Colors of #CBE24A
Black with #CBE24A
Text Example
Text Example
White with #CBE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE24A; }
p { color: rgb(203,226,74); }
H1.HeaderClassName
{
color: #CBE24A;
}
.AnyTagClassName
{
color: #CBE24A;
}
</style>
background-color css
<style>
a { background-color: #CBE24A; }
a { background-color: rgb(203,226,74); }
div.DivClassName
{
background-color: #CBE24A;
}
.BgClassName
{
background-color: #CBE24A;
}
</style>
border-color css
<style>
span { border-color: #CBE24A; }
span { border-color: rgb(203,226,74); }
td.TdClassName
{
border-color: #CBE24A;
}
.TagClassName
{
border-color: #CBE24A;
}
</style>