Shades of Las Palmas #C6DB47
Tints of Las Palmas #C6DB47
RGB
CMYK
RGB Variations
Color information
#C6DB47 (or 0xC6DB47) is known color: Las Palmas. HEX triplet: C6, DB and 47. RGB value is (198,219,71). Sum of RGB (Red+Green+Blue) = 198+219+71=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DB47 is #3924B8. Grayscale: #C4C4C4. Windows color (decimal): -3744953 or 4709318. OLE color: 4709318.
HSL color Cylindrical-coordinate representation of color #C6DB47: hue angle of 68.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6DB47 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 71 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.14 |
| HSL | 68.51º | 0.67% | 0.57% | - |
| HSV(B) | 68.51º | 0.68% | 0.86% | - |
| XYZ | 49.76 | 63.12 | 15.52 | - |
| YUV | 195.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 71 | 0.10 | 0 | 0.68 | 0.14 | 68.51 | 0.67 | 0.57 |
| Hex | C6 | DB | 47 | A | 0 | 44 | E | 45 | 43 | 39 |
| Octal | 306 | 333 | 107 | 12 | 0 | 104 | 16 | 105 | 103 | 71 |
| Binary | 11000110 | 11011011 | 1000111 | 1010 | 0 | 1000100 | 1110 | 1000101 | 1000011 | 111001 |
Color Harmonies of #C6DB47
Complementary color
Monochromatic Colors of #C6DB47
Black with #C6DB47
Text Example
Text Example
White with #C6DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB47; }
p { color: rgb(198,219,71); }
H1.HeaderClassName
{
color: #C6DB47;
}
.AnyTagClassName
{
color: #C6DB47;
}
</style>
background-color css
<style>
a { background-color: #C6DB47; }
a { background-color: rgb(198,219,71); }
div.DivClassName
{
background-color: #C6DB47;
}
.BgClassName
{
background-color: #C6DB47;
}
</style>
border-color css
<style>
span { border-color: #C6DB47; }
span { border-color: rgb(198,219,71); }
td.TdClassName
{
border-color: #C6DB47;
}
.TagClassName
{
border-color: #C6DB47;
}
</style>