Shades of Las Palmas #CBE349
Tints of Las Palmas #CBE349
RGB
CMYK
RGB Variations
Color information
#CBE349 (or 0xCBE349) is known color: Las Palmas. HEX triplet: CB, E3 and 49. RGB value is (203,227,73). Sum of RGB (Red+Green+Blue) = 203+227+73=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE349 is #341CB6. Grayscale: #CACACA. Windows color (decimal): -3415223 or 4842443. OLE color: 4842443.
HSL color Cylindrical-coordinate representation of color #CBE349: hue angle of 69.35º 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 #CBE349 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 73 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.11 |
| HSL | 69.35º | 0.73% | 0.59% | - |
| HSV(B) | 69.35º | 0.68% | 0.89% | - |
| XYZ | 53.3 | 68.12 | 16.64 | - |
| YUV | 202.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 73 | 0.11 | 0 | 0.68 | 0.11 | 69.35 | 0.73 | 0.59 |
| Hex | CB | E3 | 49 | B | 0 | 44 | B | 45 | 49 | 3B |
| Octal | 313 | 343 | 111 | 13 | 0 | 104 | 13 | 105 | 111 | 73 |
| Binary | 11001011 | 11100011 | 1001001 | 1011 | 0 | 1000100 | 1011 | 1000101 | 1001001 | 111011 |
Color Harmonies of #CBE349
Complementary color
Monochromatic Colors of #CBE349
Black with #CBE349
Text Example
Text Example
White with #CBE349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE349; }
p { color: rgb(203,227,73); }
H1.HeaderClassName
{
color: #CBE349;
}
.AnyTagClassName
{
color: #CBE349;
}
</style>
background-color css
<style>
a { background-color: #CBE349; }
a { background-color: rgb(203,227,73); }
div.DivClassName
{
background-color: #CBE349;
}
.BgClassName
{
background-color: #CBE349;
}
</style>
border-color css
<style>
span { border-color: #CBE349; }
span { border-color: rgb(203,227,73); }
td.TdClassName
{
border-color: #CBE349;
}
.TagClassName
{
border-color: #CBE349;
}
</style>