Shades of Las Palmas #CBDB35
Tints of Las Palmas #CBDB35
RGB
CMYK
RGB Variations
Color information
#CBDB35 (or 0xCBDB35) is known color: Las Palmas. HEX triplet: CB, DB and 35. RGB value is (203,219,53). Sum of RGB (Red+Green+Blue) = 203+219+53=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB35 is #3424CA. Grayscale: #C3C3C3. Windows color (decimal): -3417291 or 3529675. OLE color: 3529675.
HSL color Cylindrical-coordinate representation of color #CBDB35: hue angle of 65.78º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBDB35 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 53 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.14 |
| HSL | 65.78º | 0.7% | 0.53% | - |
| HSV(B) | 65.78º | 0.76% | 0.86% | - |
| XYZ | 50.6 | 63.62 | 12.98 | - |
| YUV | 195.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 53 | 0.07 | 0 | 0.76 | 0.14 | 65.78 | 0.7 | 0.53 |
| Hex | CB | DB | 35 | 7 | 0 | 4C | E | 42 | 46 | 35 |
| Octal | 313 | 333 | 65 | 7 | 0 | 114 | 16 | 102 | 106 | 65 |
| Binary | 11001011 | 11011011 | 110101 | 111 | 0 | 1001100 | 1110 | 1000010 | 1000110 | 110101 |
Color Harmonies of #CBDB35
Complementary color
Monochromatic Colors of #CBDB35
Black with #CBDB35
Text Example
Text Example
White with #CBDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB35; }
p { color: rgb(203,219,53); }
H1.HeaderClassName
{
color: #CBDB35;
}
.AnyTagClassName
{
color: #CBDB35;
}
</style>
background-color css
<style>
a { background-color: #CBDB35; }
a { background-color: rgb(203,219,53); }
div.DivClassName
{
background-color: #CBDB35;
}
.BgClassName
{
background-color: #CBDB35;
}
</style>
border-color css
<style>
span { border-color: #CBDB35; }
span { border-color: rgb(203,219,53); }
td.TdClassName
{
border-color: #CBDB35;
}
.TagClassName
{
border-color: #CBDB35;
}
</style>