Shades of Las Palmas #CBDA47
Tints of Las Palmas #CBDA47
RGB
CMYK
RGB Variations
Color information
#CBDA47 (or 0xCBDA47) is known color: Las Palmas. HEX triplet: CB, DA and 47. RGB value is (203,218,71). Sum of RGB (Red+Green+Blue) = 203+218+71=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA47 is #3425B8. Grayscale: #C5C5C5. Windows color (decimal): -3417529 or 4709067. OLE color: 4709067.
HSL color Cylindrical-coordinate representation of color #CBDA47: hue angle of 66.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBDA47 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 71 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.15 |
| HSL | 66.12º | 0.67% | 0.57% | - |
| HSV(B) | 66.12º | 0.67% | 0.85% | - |
| XYZ | 50.84 | 63.29 | 15.5 | - |
| YUV | 196.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 71 | 0.07 | 0 | 0.67 | 0.15 | 66.12 | 0.67 | 0.57 |
| Hex | CB | DA | 47 | 7 | 0 | 43 | F | 42 | 43 | 39 |
| Octal | 313 | 332 | 107 | 7 | 0 | 103 | 17 | 102 | 103 | 71 |
| Binary | 11001011 | 11011010 | 1000111 | 111 | 0 | 1000011 | 1111 | 1000010 | 1000011 | 111001 |
Color Harmonies of #CBDA47
Complementary color
Monochromatic Colors of #CBDA47
Black with #CBDA47
Text Example
Text Example
White with #CBDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA47; }
p { color: rgb(203,218,71); }
H1.HeaderClassName
{
color: #CBDA47;
}
.AnyTagClassName
{
color: #CBDA47;
}
</style>
background-color css
<style>
a { background-color: #CBDA47; }
a { background-color: rgb(203,218,71); }
div.DivClassName
{
background-color: #CBDA47;
}
.BgClassName
{
background-color: #CBDA47;
}
</style>
border-color css
<style>
span { border-color: #CBDA47; }
span { border-color: rgb(203,218,71); }
td.TdClassName
{
border-color: #CBDA47;
}
.TagClassName
{
border-color: #CBDA47;
}
</style>