Shades of Las Palmas #C6E646
Tints of Las Palmas #C6E646
RGB
CMYK
RGB Variations
Color information
#C6E646 (or 0xC6E646) is known color: Las Palmas. HEX triplet: C6, E6 and 46. RGB value is (198,230,70). Sum of RGB (Red+Green+Blue) = 198+230+70=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E646 is #3919B9. Grayscale: #CACACA. Windows color (decimal): -3742138 or 4646598. OLE color: 4646598.
HSL color Cylindrical-coordinate representation of color #C6E646: hue angle of 72º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6E646 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 70 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.10 |
| HSL | 72º | 0.76% | 0.59% | - |
| HSV(B) | 72º | 0.7% | 0.9% | - |
| XYZ | 52.69 | 69.04 | 16.34 | - |
| YUV | 202.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 70 | 0.14 | 0 | 0.70 | 0.10 | 72 | 0.76 | 0.59 |
| Hex | C6 | E6 | 46 | E | 0 | 46 | A | 48 | 4C | 3B |
| Octal | 306 | 346 | 106 | 16 | 0 | 106 | 12 | 110 | 114 | 73 |
| Binary | 11000110 | 11100110 | 1000110 | 1110 | 0 | 1000110 | 1010 | 1001000 | 1001100 | 111011 |
Color Harmonies of #C6E646
Complementary color
Monochromatic Colors of #C6E646
Black with #C6E646
Text Example
Text Example
White with #C6E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E646; }
p { color: rgb(198,230,70); }
H1.HeaderClassName
{
color: #C6E646;
}
.AnyTagClassName
{
color: #C6E646;
}
</style>
background-color css
<style>
a { background-color: #C6E646; }
a { background-color: rgb(198,230,70); }
div.DivClassName
{
background-color: #C6E646;
}
.BgClassName
{
background-color: #C6E646;
}
</style>
border-color css
<style>
span { border-color: #C6E646; }
span { border-color: rgb(198,230,70); }
td.TdClassName
{
border-color: #C6E646;
}
.TagClassName
{
border-color: #C6E646;
}
</style>