Shades of Las Palmas #CBE543
Tints of Las Palmas #CBE543
RGB
CMYK
RGB Variations
Color information
#CBE543 (or 0xCBE543) is known color: Las Palmas. HEX triplet: CB, E5 and 43. RGB value is (203,229,67). Sum of RGB (Red+Green+Blue) = 203+229+67=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE543 is #341ABC. Grayscale: #CBCBCB. Windows color (decimal): -3414717 or 4449739. OLE color: 4449739.
HSL color Cylindrical-coordinate representation of color #CBE543: hue angle of 69.63º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBE543 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 67 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.10 |
| HSL | 69.63º | 0.76% | 0.58% | - |
| HSV(B) | 69.63º | 0.71% | 0.9% | - |
| XYZ | 53.66 | 69.14 | 15.83 | - |
| YUV | 202.76 | 51.39 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 67 | 0.11 | 0 | 0.71 | 0.10 | 69.63 | 0.76 | 0.58 |
| Hex | CB | E5 | 43 | B | 0 | 47 | A | 46 | 4C | 3A |
| Octal | 313 | 345 | 103 | 13 | 0 | 107 | 12 | 106 | 114 | 72 |
| Binary | 11001011 | 11100101 | 1000011 | 1011 | 0 | 1000111 | 1010 | 1000110 | 1001100 | 111010 |
Color Harmonies of #CBE543
Complementary color
Monochromatic Colors of #CBE543
Black with #CBE543
Text Example
Text Example
White with #CBE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE543; }
p { color: rgb(203,229,67); }
H1.HeaderClassName
{
color: #CBE543;
}
.AnyTagClassName
{
color: #CBE543;
}
</style>
background-color css
<style>
a { background-color: #CBE543; }
a { background-color: rgb(203,229,67); }
div.DivClassName
{
background-color: #CBE543;
}
.BgClassName
{
background-color: #CBE543;
}
</style>
border-color css
<style>
span { border-color: #CBE543; }
span { border-color: rgb(203,229,67); }
td.TdClassName
{
border-color: #CBE543;
}
.TagClassName
{
border-color: #CBE543;
}
</style>