Shades of Las Palmas #CBE53D
Tints of Las Palmas #CBE53D
RGB
CMYK
RGB Variations
Color information
#CBE53D (or 0xCBE53D) is known color: Las Palmas. HEX triplet: CB, E5 and 3D. RGB value is (203,229,61). Sum of RGB (Red+Green+Blue) = 203+229+61=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53D is #341AC2. Grayscale: #CACACA. Windows color (decimal): -3414723 or 4056523. OLE color: 4056523.
HSL color Cylindrical-coordinate representation of color #CBE53D: hue angle of 69.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBE53D is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 61 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.10 |
| HSL | 69.29º | 0.76% | 0.57% | - |
| HSV(B) | 69.29º | 0.73% | 0.9% | - |
| XYZ | 53.49 | 69.07 | 14.93 | - |
| YUV | 202.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 61 | 0.11 | 0 | 0.73 | 0.10 | 69.29 | 0.76 | 0.57 |
| Hex | CB | E5 | 3D | B | 0 | 49 | A | 45 | 4C | 39 |
| Octal | 313 | 345 | 75 | 13 | 0 | 111 | 12 | 105 | 114 | 71 |
| Binary | 11001011 | 11100101 | 111101 | 1011 | 0 | 1001001 | 1010 | 1000101 | 1001100 | 111001 |
Color Harmonies of #CBE53D
Complementary color
Monochromatic Colors of #CBE53D
Black with #CBE53D
Text Example
Text Example
White with #CBE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE53D; }
p { color: rgb(203,229,61); }
H1.HeaderClassName
{
color: #CBE53D;
}
.AnyTagClassName
{
color: #CBE53D;
}
</style>
background-color css
<style>
a { background-color: #CBE53D; }
a { background-color: rgb(203,229,61); }
div.DivClassName
{
background-color: #CBE53D;
}
.BgClassName
{
background-color: #CBE53D;
}
</style>
border-color css
<style>
span { border-color: #CBE53D; }
span { border-color: rgb(203,229,61); }
td.TdClassName
{
border-color: #CBE53D;
}
.TagClassName
{
border-color: #CBE53D;
}
</style>