Shades of Las Palmas #CBD536
Tints of Las Palmas #CBD536
RGB
CMYK
RGB Variations
Color information
#CBD536 (or 0xCBD536) is known color: Las Palmas. HEX triplet: CB, D5 and 36. RGB value is (203,213,54). Sum of RGB (Red+Green+Blue) = 203+213+54=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD536 is #342AC9. Grayscale: #C0C0C0. Windows color (decimal): -3418826 or 3593675. OLE color: 3593675.
HSL color Cylindrical-coordinate representation of color #CBD536: hue angle of 63.77º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBD536 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 54 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.16 |
| HSL | 63.77º | 0.65% | 0.52% | - |
| HSV(B) | 63.77º | 0.75% | 0.84% | - |
| XYZ | 49.09 | 60.55 | 12.59 | - |
| YUV | 191.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 54 | 0.05 | 0 | 0.75 | 0.16 | 63.77 | 0.65 | 0.52 |
| Hex | CB | D5 | 36 | 5 | 0 | 4B | 10 | 40 | 41 | 34 |
| Octal | 313 | 325 | 66 | 5 | 0 | 113 | 20 | 100 | 101 | 64 |
| Binary | 11001011 | 11010101 | 110110 | 101 | 0 | 1001011 | 10000 | 1000000 | 1000001 | 110100 |
Color Harmonies of #CBD536
Complementary color
Monochromatic Colors of #CBD536
Black with #CBD536
Text Example
Text Example
White with #CBD536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD536; }
p { color: rgb(203,213,54); }
H1.HeaderClassName
{
color: #CBD536;
}
.AnyTagClassName
{
color: #CBD536;
}
</style>
background-color css
<style>
a { background-color: #CBD536; }
a { background-color: rgb(203,213,54); }
div.DivClassName
{
background-color: #CBD536;
}
.BgClassName
{
background-color: #CBD536;
}
</style>
border-color css
<style>
span { border-color: #CBD536; }
span { border-color: rgb(203,213,54); }
td.TdClassName
{
border-color: #CBD536;
}
.TagClassName
{
border-color: #CBD536;
}
</style>