Shades of Las Palmas #CBE249
Tints of Las Palmas #CBE249
RGB
CMYK
RGB Variations
Color information
#CBE249 (or 0xCBE249) is known color: Las Palmas. HEX triplet: CB, E2 and 49. RGB value is (203,226,73). Sum of RGB (Red+Green+Blue) = 203+226+73=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE249 is #341DB6. Grayscale: #CACACA. Windows color (decimal): -3415479 or 4842187. OLE color: 4842187.
HSL color Cylindrical-coordinate representation of color #CBE249: hue angle of 69.02º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBE249 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 73 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.11 |
| HSL | 69.02º | 0.73% | 0.59% | - |
| HSV(B) | 69.02º | 0.68% | 0.89% | - |
| XYZ | 53.03 | 67.57 | 16.55 | - |
| YUV | 201.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 73 | 0.10 | 0 | 0.68 | 0.11 | 69.02 | 0.73 | 0.59 |
| Hex | CB | E2 | 49 | A | 0 | 44 | B | 45 | 49 | 3B |
| Octal | 313 | 342 | 111 | 12 | 0 | 104 | 13 | 105 | 111 | 73 |
| Binary | 11001011 | 11100010 | 1001001 | 1010 | 0 | 1000100 | 1011 | 1000101 | 1001001 | 111011 |
Color Harmonies of #CBE249
Complementary color
Monochromatic Colors of #CBE249
Black with #CBE249
Text Example
Text Example
White with #CBE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE249; }
p { color: rgb(203,226,73); }
H1.HeaderClassName
{
color: #CBE249;
}
.AnyTagClassName
{
color: #CBE249;
}
</style>
background-color css
<style>
a { background-color: #CBE249; }
a { background-color: rgb(203,226,73); }
div.DivClassName
{
background-color: #CBE249;
}
.BgClassName
{
background-color: #CBE249;
}
</style>
border-color css
<style>
span { border-color: #CBE249; }
span { border-color: rgb(203,226,73); }
td.TdClassName
{
border-color: #CBE249;
}
.TagClassName
{
border-color: #CBE249;
}
</style>