Shades of Las Palmas #CBDB3C
Tints of Las Palmas #CBDB3C
RGB
CMYK
RGB Variations
Color information
#CBDB3C (or 0xCBDB3C) is known color: Las Palmas. HEX triplet: CB, DB and 3C. RGB value is (203,219,60). Sum of RGB (Red+Green+Blue) = 203+219+60=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB3C is #3424C3. Grayscale: #C4C4C4. Windows color (decimal): -3417284 or 3988427. OLE color: 3988427.
HSL color Cylindrical-coordinate representation of color #CBDB3C: hue angle of 66.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBDB3C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 60 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.14 |
| HSL | 66.04º | 0.69% | 0.55% | - |
| HSV(B) | 66.04º | 0.73% | 0.86% | - |
| XYZ | 50.78 | 63.69 | 13.89 | - |
| YUV | 196.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 60 | 0.07 | 0 | 0.73 | 0.14 | 66.04 | 0.69 | 0.55 |
| Hex | CB | DB | 3C | 7 | 0 | 49 | E | 42 | 45 | 37 |
| Octal | 313 | 333 | 74 | 7 | 0 | 111 | 16 | 102 | 105 | 67 |
| Binary | 11001011 | 11011011 | 111100 | 111 | 0 | 1001001 | 1110 | 1000010 | 1000101 | 110111 |
Color Harmonies of #CBDB3C
Complementary color
Monochromatic Colors of #CBDB3C
Black with #CBDB3C
Text Example
Text Example
White with #CBDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB3C; }
p { color: rgb(203,219,60); }
H1.HeaderClassName
{
color: #CBDB3C;
}
.AnyTagClassName
{
color: #CBDB3C;
}
</style>
background-color css
<style>
a { background-color: #CBDB3C; }
a { background-color: rgb(203,219,60); }
div.DivClassName
{
background-color: #CBDB3C;
}
.BgClassName
{
background-color: #CBDB3C;
}
</style>
border-color css
<style>
span { border-color: #CBDB3C; }
span { border-color: rgb(203,219,60); }
td.TdClassName
{
border-color: #CBDB3C;
}
.TagClassName
{
border-color: #CBDB3C;
}
</style>