Shades of Las Palmas #C2E846
Tints of Las Palmas #C2E846
RGB
CMYK
RGB Variations
Color information
#C2E846 (or 0xC2E846) is known color: Las Palmas. HEX triplet: C2, E8 and 46. RGB value is (194,232,70). Sum of RGB (Red+Green+Blue) = 194+232+70=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E846 is #3D17B9. Grayscale: #CACACA. Windows color (decimal): -4003770 or 4647106. OLE color: 4647106.
HSL color Cylindrical-coordinate representation of color #C2E846: hue angle of 74.07º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2E846 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 70 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.09 |
| HSL | 74.07º | 0.78% | 0.59% | - |
| HSV(B) | 74.07º | 0.7% | 0.91% | - |
| XYZ | 52.21 | 69.62 | 16.48 | - |
| YUV | 202.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 70 | 0.16 | 0 | 0.70 | 0.09 | 74.07 | 0.78 | 0.59 |
| Hex | C2 | E8 | 46 | 10 | 0 | 46 | 9 | 4A | 4E | 3B |
| Octal | 302 | 350 | 106 | 20 | 0 | 106 | 11 | 112 | 116 | 73 |
| Binary | 11000010 | 11101000 | 1000110 | 10000 | 0 | 1000110 | 1001 | 1001010 | 1001110 | 111011 |
Color Harmonies of #C2E846
Complementary color
Monochromatic Colors of #C2E846
Black with #C2E846
Text Example
Text Example
White with #C2E846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E846; }
p { color: rgb(194,232,70); }
H1.HeaderClassName
{
color: #C2E846;
}
.AnyTagClassName
{
color: #C2E846;
}
</style>
background-color css
<style>
a { background-color: #C2E846; }
a { background-color: rgb(194,232,70); }
div.DivClassName
{
background-color: #C2E846;
}
.BgClassName
{
background-color: #C2E846;
}
</style>
border-color css
<style>
span { border-color: #C2E846; }
span { border-color: rgb(194,232,70); }
td.TdClassName
{
border-color: #C2E846;
}
.TagClassName
{
border-color: #C2E846;
}
</style>