Shades of Las Palmas #CBDB4E
Tints of Las Palmas #CBDB4E
RGB
CMYK
RGB Variations
Color information
#CBDB4E (or 0xCBDB4E) is known color: Las Palmas. HEX triplet: CB, DB and 4E. RGB value is (203,219,78). Sum of RGB (Red+Green+Blue) = 203+219+78=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB4E is #3424B1. Grayscale: #C6C6C6. Windows color (decimal): -3417266 or 5168075. OLE color: 5168075.
HSL color Cylindrical-coordinate representation of color #CBDB4E: hue angle of 66.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBDB4E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 78 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.14 |
| HSL | 66.81º | 0.66% | 0.58% | - |
| HSV(B) | 66.81º | 0.64% | 0.86% | - |
| XYZ | 51.34 | 63.91 | 16.84 | - |
| YUV | 198.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 78 | 0.07 | 0 | 0.64 | 0.14 | 66.81 | 0.66 | 0.58 |
| Hex | CB | DB | 4E | 7 | 0 | 40 | E | 43 | 42 | 3A |
| Octal | 313 | 333 | 116 | 7 | 0 | 100 | 16 | 103 | 102 | 72 |
| Binary | 11001011 | 11011011 | 1001110 | 111 | 0 | 1000000 | 1110 | 1000011 | 1000010 | 111010 |
Color Harmonies of #CBDB4E
Complementary color
Monochromatic Colors of #CBDB4E
Black with #CBDB4E
Text Example
Text Example
White with #CBDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB4E; }
p { color: rgb(203,219,78); }
H1.HeaderClassName
{
color: #CBDB4E;
}
.AnyTagClassName
{
color: #CBDB4E;
}
</style>
background-color css
<style>
a { background-color: #CBDB4E; }
a { background-color: rgb(203,219,78); }
div.DivClassName
{
background-color: #CBDB4E;
}
.BgClassName
{
background-color: #CBDB4E;
}
</style>
border-color css
<style>
span { border-color: #CBDB4E; }
span { border-color: rgb(203,219,78); }
td.TdClassName
{
border-color: #CBDB4E;
}
.TagClassName
{
border-color: #CBDB4E;
}
</style>