Shades of Las Palmas #CBE542
Tints of Las Palmas #CBE542
RGB
CMYK
RGB Variations
Color information
#CBE542 (or 0xCBE542) is known color: Las Palmas. HEX triplet: CB, E5 and 42. RGB value is (203,229,66). Sum of RGB (Red+Green+Blue) = 203+229+66=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE542 is #341ABD. Grayscale: #CBCBCB. Windows color (decimal): -3414718 or 4384203. OLE color: 4384203.
HSL color Cylindrical-coordinate representation of color #CBE542: hue angle of 69.57º 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 #CBE542 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 66 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.10 |
| HSL | 69.57º | 0.76% | 0.58% | - |
| HSV(B) | 69.57º | 0.71% | 0.9% | - |
| XYZ | 53.63 | 69.13 | 15.67 | - |
| YUV | 202.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 66 | 0.11 | 0 | 0.71 | 0.10 | 69.57 | 0.76 | 0.58 |
| Hex | CB | E5 | 42 | B | 0 | 47 | A | 46 | 4C | 3A |
| Octal | 313 | 345 | 102 | 13 | 0 | 107 | 12 | 106 | 114 | 72 |
| Binary | 11001011 | 11100101 | 1000010 | 1011 | 0 | 1000111 | 1010 | 1000110 | 1001100 | 111010 |
Color Harmonies of #CBE542
Complementary color
Monochromatic Colors of #CBE542
Black with #CBE542
Text Example
Text Example
White with #CBE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE542; }
p { color: rgb(203,229,66); }
H1.HeaderClassName
{
color: #CBE542;
}
.AnyTagClassName
{
color: #CBE542;
}
</style>
background-color css
<style>
a { background-color: #CBE542; }
a { background-color: rgb(203,229,66); }
div.DivClassName
{
background-color: #CBE542;
}
.BgClassName
{
background-color: #CBE542;
}
</style>
border-color css
<style>
span { border-color: #CBE542; }
span { border-color: rgb(203,229,66); }
td.TdClassName
{
border-color: #CBE542;
}
.TagClassName
{
border-color: #CBE542;
}
</style>