Shades of Las Palmas #CBE53C
Tints of Las Palmas #CBE53C
RGB
CMYK
RGB Variations
Color information
#CBE53C (or 0xCBE53C) is known color: Las Palmas. HEX triplet: CB, E5 and 3C. RGB value is (203,229,60). Sum of RGB (Red+Green+Blue) = 203+229+60=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53C is #341AC3. Grayscale: #CACACA. Windows color (decimal): -3414724 or 3990987. OLE color: 3990987.
HSL color Cylindrical-coordinate representation of color #CBE53C: hue angle of 69.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBE53C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 60 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.10 |
| HSL | 69.23º | 0.76% | 0.57% | - |
| HSV(B) | 69.23º | 0.74% | 0.9% | - |
| XYZ | 53.46 | 69.06 | 14.79 | - |
| YUV | 201.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 60 | 0.11 | 0 | 0.74 | 0.10 | 69.23 | 0.76 | 0.57 |
| Hex | CB | E5 | 3C | B | 0 | 4A | A | 45 | 4C | 39 |
| Octal | 313 | 345 | 74 | 13 | 0 | 112 | 12 | 105 | 114 | 71 |
| Binary | 11001011 | 11100101 | 111100 | 1011 | 0 | 1001010 | 1010 | 1000101 | 1001100 | 111001 |
Color Harmonies of #CBE53C
Complementary color
Monochromatic Colors of #CBE53C
Black with #CBE53C
Text Example
Text Example
White with #CBE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE53C; }
p { color: rgb(203,229,60); }
H1.HeaderClassName
{
color: #CBE53C;
}
.AnyTagClassName
{
color: #CBE53C;
}
</style>
background-color css
<style>
a { background-color: #CBE53C; }
a { background-color: rgb(203,229,60); }
div.DivClassName
{
background-color: #CBE53C;
}
.BgClassName
{
background-color: #CBE53C;
}
</style>
border-color css
<style>
span { border-color: #CBE53C; }
span { border-color: rgb(203,229,60); }
td.TdClassName
{
border-color: #CBE53C;
}
.TagClassName
{
border-color: #CBE53C;
}
</style>