Shades of Las Palmas #CBDB37
Tints of Las Palmas #CBDB37
RGB
CMYK
RGB Variations
Color information
#CBDB37 (or 0xCBDB37) is known color: Las Palmas. HEX triplet: CB, DB and 37. RGB value is (203,219,55). Sum of RGB (Red+Green+Blue) = 203+219+55=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 55 (21.88% from 255 or 11.53% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB37 is #3424C8. Grayscale: #C4C4C4. Windows color (decimal): -3417289 or 3660747. OLE color: 3660747.
HSL color Cylindrical-coordinate representation of color #CBDB37: hue angle of 65.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBDB37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.14 |
| HSL | 65.85º | 0.69% | 0.54% | - |
| HSV(B) | 65.85º | 0.75% | 0.86% | - |
| XYZ | 50.65 | 63.64 | 13.23 | - |
| YUV | 195.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 55 | 0.07 | 0 | 0.75 | 0.14 | 65.85 | 0.69 | 0.54 |
| Hex | CB | DB | 37 | 7 | 0 | 4B | E | 42 | 45 | 36 |
| Octal | 313 | 333 | 67 | 7 | 0 | 113 | 16 | 102 | 105 | 66 |
| Binary | 11001011 | 11011011 | 110111 | 111 | 0 | 1001011 | 1110 | 1000010 | 1000101 | 110110 |
Color Harmonies of #CBDB37
Complementary color
Monochromatic Colors of #CBDB37
Black with #CBDB37
Text Example
Text Example
White with #CBDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB37; }
p { color: rgb(203,219,55); }
H1.HeaderClassName
{
color: #CBDB37;
}
.AnyTagClassName
{
color: #CBDB37;
}
</style>
background-color css
<style>
a { background-color: #CBDB37; }
a { background-color: rgb(203,219,55); }
div.DivClassName
{
background-color: #CBDB37;
}
.BgClassName
{
background-color: #CBDB37;
}
</style>
border-color css
<style>
span { border-color: #CBDB37; }
span { border-color: rgb(203,219,55); }
td.TdClassName
{
border-color: #CBDB37;
}
.TagClassName
{
border-color: #CBDB37;
}
</style>