Shades of Las Palmas #CBDD36
Tints of Las Palmas #CBDD36
RGB
CMYK
RGB Variations
Color information
#CBDD36 (or 0xCBDD36) is known color: Las Palmas. HEX triplet: CB, DD and 36. RGB value is (203,221,54). Sum of RGB (Red+Green+Blue) = 203+221+54=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD36 is #3422C9. Grayscale: #C5C5C5. Windows color (decimal): -3416778 or 3595723. OLE color: 3595723.
HSL color Cylindrical-coordinate representation of color #CBDD36: hue angle of 66.47º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBDD36 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 54 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.13 |
| HSL | 66.47º | 0.71% | 0.54% | - |
| HSV(B) | 66.47º | 0.76% | 0.87% | - |
| XYZ | 51.15 | 64.68 | 13.28 | - |
| YUV | 196.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 54 | 0.08 | 0 | 0.76 | 0.13 | 66.47 | 0.71 | 0.54 |
| Hex | CB | DD | 36 | 8 | 0 | 4C | D | 42 | 47 | 36 |
| Octal | 313 | 335 | 66 | 10 | 0 | 114 | 15 | 102 | 107 | 66 |
| Binary | 11001011 | 11011101 | 110110 | 1000 | 0 | 1001100 | 1101 | 1000010 | 1000111 | 110110 |
Color Harmonies of #CBDD36
Complementary color
Monochromatic Colors of #CBDD36
Black with #CBDD36
Text Example
Text Example
White with #CBDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD36; }
p { color: rgb(203,221,54); }
H1.HeaderClassName
{
color: #CBDD36;
}
.AnyTagClassName
{
color: #CBDD36;
}
</style>
background-color css
<style>
a { background-color: #CBDD36; }
a { background-color: rgb(203,221,54); }
div.DivClassName
{
background-color: #CBDD36;
}
.BgClassName
{
background-color: #CBDD36;
}
</style>
border-color css
<style>
span { border-color: #CBDD36; }
span { border-color: rgb(203,221,54); }
td.TdClassName
{
border-color: #CBDD36;
}
.TagClassName
{
border-color: #CBDD36;
}
</style>