Shades of Las Palmas #C6D036
Tints of Las Palmas #C6D036
RGB
CMYK
RGB Variations
Color information
#C6D036 (or 0xC6D036) is known color: Las Palmas. HEX triplet: C6, D0 and 36. RGB value is (198,208,54). Sum of RGB (Red+Green+Blue) = 198+208+54=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D036 is #392FC9. Grayscale: #BCBCBC. Windows color (decimal): -3747786 or 3592390. OLE color: 3592390.
HSL color Cylindrical-coordinate representation of color #C6D036: hue angle of 63.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6D036 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 54 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.18 |
| HSL | 63.9º | 0.62% | 0.51% | - |
| HSV(B) | 63.9º | 0.74% | 0.82% | - |
| XYZ | 46.51 | 57.38 | 12.11 | - |
| YUV | 187.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 54 | 0.05 | 0 | 0.74 | 0.18 | 63.9 | 0.62 | 0.51 |
| Hex | C6 | D0 | 36 | 5 | 0 | 4A | 12 | 40 | 3E | 33 |
| Octal | 306 | 320 | 66 | 5 | 0 | 112 | 22 | 100 | 76 | 63 |
| Binary | 11000110 | 11010000 | 110110 | 101 | 0 | 1001010 | 10010 | 1000000 | 111110 | 110011 |
Color Harmonies of #C6D036
Complementary color
Monochromatic Colors of #C6D036
Black with #C6D036
Text Example
Text Example
White with #C6D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D036; }
p { color: rgb(198,208,54); }
H1.HeaderClassName
{
color: #C6D036;
}
.AnyTagClassName
{
color: #C6D036;
}
</style>
background-color css
<style>
a { background-color: #C6D036; }
a { background-color: rgb(198,208,54); }
div.DivClassName
{
background-color: #C6D036;
}
.BgClassName
{
background-color: #C6D036;
}
</style>
border-color css
<style>
span { border-color: #C6D036; }
span { border-color: rgb(198,208,54); }
td.TdClassName
{
border-color: #C6D036;
}
.TagClassName
{
border-color: #C6D036;
}
</style>