Shades of Las Palmas #CBDB4F
Tints of Las Palmas #CBDB4F
RGB
CMYK
RGB Variations
Color information
#CBDB4F (or 0xCBDB4F) is known color: Las Palmas. HEX triplet: CB, DB and 4F. RGB value is (203,219,79). Sum of RGB (Red+Green+Blue) = 203+219+79=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB4F is #3424B0. Grayscale: #C6C6C6. Windows color (decimal): -3417265 or 5233611. OLE color: 5233611.
HSL color Cylindrical-coordinate representation of color #CBDB4F: hue angle of 66.86º 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 #CBDB4F is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 79 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.14 |
| HSL | 66.86º | 0.66% | 0.58% | - |
| HSV(B) | 66.86º | 0.64% | 0.86% | - |
| XYZ | 51.37 | 63.92 | 17.03 | - |
| YUV | 198.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 79 | 0.07 | 0 | 0.64 | 0.14 | 66.86 | 0.66 | 0.58 |
| Hex | CB | DB | 4F | 7 | 0 | 40 | E | 43 | 42 | 3A |
| Octal | 313 | 333 | 117 | 7 | 0 | 100 | 16 | 103 | 102 | 72 |
| Binary | 11001011 | 11011011 | 1001111 | 111 | 0 | 1000000 | 1110 | 1000011 | 1000010 | 111010 |
Color Harmonies of #CBDB4F
Complementary color
Monochromatic Colors of #CBDB4F
Black with #CBDB4F
Text Example
Text Example
White with #CBDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB4F; }
p { color: rgb(203,219,79); }
H1.HeaderClassName
{
color: #CBDB4F;
}
.AnyTagClassName
{
color: #CBDB4F;
}
</style>
background-color css
<style>
a { background-color: #CBDB4F; }
a { background-color: rgb(203,219,79); }
div.DivClassName
{
background-color: #CBDB4F;
}
.BgClassName
{
background-color: #CBDB4F;
}
</style>
border-color css
<style>
span { border-color: #CBDB4F; }
span { border-color: rgb(203,219,79); }
td.TdClassName
{
border-color: #CBDB4F;
}
.TagClassName
{
border-color: #CBDB4F;
}
</style>