Shades of Las Palmas #CBE345
Tints of Las Palmas #CBE345
RGB
CMYK
RGB Variations
Color information
#CBE345 (or 0xCBE345) is known color: Las Palmas. HEX triplet: CB, E3 and 45. RGB value is (203,227,69). Sum of RGB (Red+Green+Blue) = 203+227+69=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE345 is #341CBA. Grayscale: #CACACA. Windows color (decimal): -3415227 or 4580299. OLE color: 4580299.
HSL color Cylindrical-coordinate representation of color #CBE345: hue angle of 69.11º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBE345 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 69 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.11 |
| HSL | 69.11º | 0.74% | 0.58% | - |
| HSV(B) | 69.11º | 0.7% | 0.89% | - |
| XYZ | 53.17 | 68.06 | 15.97 | - |
| YUV | 201.81 | 53.05 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 69 | 0.11 | 0 | 0.70 | 0.11 | 69.11 | 0.74 | 0.58 |
| Hex | CB | E3 | 45 | B | 0 | 46 | B | 45 | 4A | 3A |
| Octal | 313 | 343 | 105 | 13 | 0 | 106 | 13 | 105 | 112 | 72 |
| Binary | 11001011 | 11100011 | 1000101 | 1011 | 0 | 1000110 | 1011 | 1000101 | 1001010 | 111010 |
Color Harmonies of #CBE345
Complementary color
Monochromatic Colors of #CBE345
Black with #CBE345
Text Example
Text Example
White with #CBE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE345; }
p { color: rgb(203,227,69); }
H1.HeaderClassName
{
color: #CBE345;
}
.AnyTagClassName
{
color: #CBE345;
}
</style>
background-color css
<style>
a { background-color: #CBE345; }
a { background-color: rgb(203,227,69); }
div.DivClassName
{
background-color: #CBE345;
}
.BgClassName
{
background-color: #CBE345;
}
</style>
border-color css
<style>
span { border-color: #CBE345; }
span { border-color: rgb(203,227,69); }
td.TdClassName
{
border-color: #CBE345;
}
.TagClassName
{
border-color: #CBE345;
}
</style>