Shades of Las Palmas #C6D247
Tints of Las Palmas #C6D247
RGB
CMYK
RGB Variations
Color information
#C6D247 (or 0xC6D247) is known color: Las Palmas. HEX triplet: C6, D2 and 47. RGB value is (198,210,71). Sum of RGB (Red+Green+Blue) = 198+210+71=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D247 is #392DB8. Grayscale: #BFBFBF. Windows color (decimal): -3747257 or 4707014. OLE color: 4707014.
HSL color Cylindrical-coordinate representation of color #C6D247: hue angle of 65.18º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6D247 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 71 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.18 |
| HSL | 65.18º | 0.61% | 0.55% | - |
| HSV(B) | 65.18º | 0.66% | 0.82% | - |
| XYZ | 47.47 | 58.55 | 14.76 | - |
| YUV | 190.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 71 | 0.06 | 0 | 0.66 | 0.18 | 65.18 | 0.61 | 0.55 |
| Hex | C6 | D2 | 47 | 6 | 0 | 42 | 12 | 41 | 3D | 37 |
| Octal | 306 | 322 | 107 | 6 | 0 | 102 | 22 | 101 | 75 | 67 |
| Binary | 11000110 | 11010010 | 1000111 | 110 | 0 | 1000010 | 10010 | 1000001 | 111101 | 110111 |
Color Harmonies of #C6D247
Complementary color
Monochromatic Colors of #C6D247
Black with #C6D247
Text Example
Text Example
White with #C6D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D247; }
p { color: rgb(198,210,71); }
H1.HeaderClassName
{
color: #C6D247;
}
.AnyTagClassName
{
color: #C6D247;
}
</style>
background-color css
<style>
a { background-color: #C6D247; }
a { background-color: rgb(198,210,71); }
div.DivClassName
{
background-color: #C6D247;
}
.BgClassName
{
background-color: #C6D247;
}
</style>
border-color css
<style>
span { border-color: #C6D247; }
span { border-color: rgb(198,210,71); }
td.TdClassName
{
border-color: #C6D247;
}
.TagClassName
{
border-color: #C6D247;
}
</style>