Shades of Las Palmas #CBE24B
Tints of Las Palmas #CBE24B
RGB
CMYK
RGB Variations
Color information
#CBE24B (or 0xCBE24B) is known color: Las Palmas. HEX triplet: CB, E2 and 4B. RGB value is (203,226,75). Sum of RGB (Red+Green+Blue) = 203+226+75=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE24B is #341DB4. Grayscale: #CACACA. Windows color (decimal): -3415477 or 4973259. OLE color: 4973259.
HSL color Cylindrical-coordinate representation of color #CBE24B: hue angle of 69.14º 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 #CBE24B is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 75 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.11 |
| HSL | 69.14º | 0.72% | 0.59% | - |
| HSV(B) | 69.14º | 0.67% | 0.89% | - |
| XYZ | 53.09 | 67.6 | 16.91 | - |
| YUV | 201.91 | 56.38 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 75 | 0.10 | 0 | 0.67 | 0.11 | 69.14 | 0.72 | 0.59 |
| Hex | CB | E2 | 4B | A | 0 | 43 | B | 45 | 48 | 3B |
| Octal | 313 | 342 | 113 | 12 | 0 | 103 | 13 | 105 | 110 | 73 |
| Binary | 11001011 | 11100010 | 1001011 | 1010 | 0 | 1000011 | 1011 | 1000101 | 1001000 | 111011 |
Color Harmonies of #CBE24B
Complementary color
Monochromatic Colors of #CBE24B
Black with #CBE24B
Text Example
Text Example
White with #CBE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE24B; }
p { color: rgb(203,226,75); }
H1.HeaderClassName
{
color: #CBE24B;
}
.AnyTagClassName
{
color: #CBE24B;
}
</style>
background-color css
<style>
a { background-color: #CBE24B; }
a { background-color: rgb(203,226,75); }
div.DivClassName
{
background-color: #CBE24B;
}
.BgClassName
{
background-color: #CBE24B;
}
</style>
border-color css
<style>
span { border-color: #CBE24B; }
span { border-color: rgb(203,226,75); }
td.TdClassName
{
border-color: #CBE24B;
}
.TagClassName
{
border-color: #CBE24B;
}
</style>