Shades of Las Palmas #CBDB3D
Tints of Las Palmas #CBDB3D
RGB
CMYK
RGB Variations
Color information
#CBDB3D (or 0xCBDB3D) is known color: Las Palmas. HEX triplet: CB, DB and 3D. RGB value is (203,219,61). Sum of RGB (Red+Green+Blue) = 203+219+61=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB3D is #3424C2. Grayscale: #C4C4C4. Windows color (decimal): -3417283 or 4053963. OLE color: 4053963.
HSL color Cylindrical-coordinate representation of color #CBDB3D: hue angle of 66.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBDB3D is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 61 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.14 |
| HSL | 66.08º | 0.69% | 0.55% | - |
| HSV(B) | 66.08º | 0.72% | 0.86% | - |
| XYZ | 50.8 | 63.7 | 14.03 | - |
| YUV | 196.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 61 | 0.07 | 0 | 0.72 | 0.14 | 66.08 | 0.69 | 0.55 |
| Hex | CB | DB | 3D | 7 | 0 | 48 | E | 42 | 45 | 37 |
| Octal | 313 | 333 | 75 | 7 | 0 | 110 | 16 | 102 | 105 | 67 |
| Binary | 11001011 | 11011011 | 111101 | 111 | 0 | 1001000 | 1110 | 1000010 | 1000101 | 110111 |
Color Harmonies of #CBDB3D
Complementary color
Monochromatic Colors of #CBDB3D
Black with #CBDB3D
Text Example
Text Example
White with #CBDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB3D; }
p { color: rgb(203,219,61); }
H1.HeaderClassName
{
color: #CBDB3D;
}
.AnyTagClassName
{
color: #CBDB3D;
}
</style>
background-color css
<style>
a { background-color: #CBDB3D; }
a { background-color: rgb(203,219,61); }
div.DivClassName
{
background-color: #CBDB3D;
}
.BgClassName
{
background-color: #CBDB3D;
}
</style>
border-color css
<style>
span { border-color: #CBDB3D; }
span { border-color: rgb(203,219,61); }
td.TdClassName
{
border-color: #CBDB3D;
}
.TagClassName
{
border-color: #CBDB3D;
}
</style>