Shades of Las Palmas #CBE049
Tints of Las Palmas #CBE049
RGB
CMYK
RGB Variations
Color information
#CBE049 (or 0xCBE049) is known color: Las Palmas. HEX triplet: CB, E0 and 49. RGB value is (203,224,73). Sum of RGB (Red+Green+Blue) = 203+224+73=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE049 is #341FB6. Grayscale: #C9C9C9. Windows color (decimal): -3415991 or 4841675. OLE color: 4841675.
HSL color Cylindrical-coordinate representation of color #CBE049: hue angle of 68.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE049 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 73 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.12 |
| HSL | 68.34º | 0.71% | 0.58% | - |
| HSV(B) | 68.34º | 0.67% | 0.88% | - |
| XYZ | 52.49 | 66.49 | 16.37 | - |
| YUV | 200.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 73 | 0.09 | 0 | 0.67 | 0.12 | 68.34 | 0.71 | 0.58 |
| Hex | CB | E0 | 49 | 9 | 0 | 43 | C | 44 | 47 | 3A |
| Octal | 313 | 340 | 111 | 11 | 0 | 103 | 14 | 104 | 107 | 72 |
| Binary | 11001011 | 11100000 | 1001001 | 1001 | 0 | 1000011 | 1100 | 1000100 | 1000111 | 111010 |
Color Harmonies of #CBE049
Complementary color
Monochromatic Colors of #CBE049
Black with #CBE049
Text Example
Text Example
White with #CBE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE049; }
p { color: rgb(203,224,73); }
H1.HeaderClassName
{
color: #CBE049;
}
.AnyTagClassName
{
color: #CBE049;
}
</style>
background-color css
<style>
a { background-color: #CBE049; }
a { background-color: rgb(203,224,73); }
div.DivClassName
{
background-color: #CBE049;
}
.BgClassName
{
background-color: #CBE049;
}
</style>
border-color css
<style>
span { border-color: #CBE049; }
span { border-color: rgb(203,224,73); }
td.TdClassName
{
border-color: #CBE049;
}
.TagClassName
{
border-color: #CBE049;
}
</style>