Shades of Las Palmas #CBD340
Tints of Las Palmas #CBD340
RGB
CMYK
RGB Variations
Color information
#CBD340 (or 0xCBD340) is known color: Las Palmas. HEX triplet: CB, D3 and 40. RGB value is (203,211,64). Sum of RGB (Red+Green+Blue) = 203+211+64=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD340 is #342CBF. Grayscale: #C0C0C0. Windows color (decimal): -3419328 or 4248523. OLE color: 4248523.
HSL color Cylindrical-coordinate representation of color #CBD340: hue angle of 63.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBD340 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 64 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.17 |
| HSL | 63.27º | 0.63% | 0.54% | - |
| HSV(B) | 63.27º | 0.7% | 0.83% | - |
| XYZ | 48.85 | 59.66 | 13.79 | - |
| YUV | 191.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 64 | 0.04 | 0 | 0.70 | 0.17 | 63.27 | 0.63 | 0.54 |
| Hex | CB | D3 | 40 | 4 | 0 | 46 | 11 | 3F | 3F | 36 |
| Octal | 313 | 323 | 100 | 4 | 0 | 106 | 21 | 77 | 77 | 66 |
| Binary | 11001011 | 11010011 | 1000000 | 100 | 0 | 1000110 | 10001 | 111111 | 111111 | 110110 |
Color Harmonies of #CBD340
Complementary color
Monochromatic Colors of #CBD340
Black with #CBD340
Text Example
Text Example
White with #CBD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD340; }
p { color: rgb(203,211,64); }
H1.HeaderClassName
{
color: #CBD340;
}
.AnyTagClassName
{
color: #CBD340;
}
</style>
background-color css
<style>
a { background-color: #CBD340; }
a { background-color: rgb(203,211,64); }
div.DivClassName
{
background-color: #CBD340;
}
.BgClassName
{
background-color: #CBD340;
}
</style>
border-color css
<style>
span { border-color: #CBD340; }
span { border-color: rgb(203,211,64); }
td.TdClassName
{
border-color: #CBD340;
}
.TagClassName
{
border-color: #CBD340;
}
</style>