Shades of Las Palmas #C2E845
Tints of Las Palmas #C2E845
RGB
CMYK
RGB Variations
Color information
#C2E845 (or 0xC2E845) is known color: Las Palmas. HEX triplet: C2, E8 and 45. RGB value is (194,232,69). Sum of RGB (Red+Green+Blue) = 194+232+69=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E845 is #3D17BA. Grayscale: #CACACA. Windows color (decimal): -4003771 or 4581570. OLE color: 4581570.
HSL color Cylindrical-coordinate representation of color #C2E845: hue angle of 73.99º 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 #C2E845 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 69 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.09 |
| HSL | 73.99º | 0.78% | 0.59% | - |
| HSV(B) | 73.99º | 0.7% | 0.91% | - |
| XYZ | 52.18 | 69.61 | 16.32 | - |
| YUV | 202.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 69 | 0.16 | 0 | 0.70 | 0.09 | 73.99 | 0.78 | 0.59 |
| Hex | C2 | E8 | 45 | 10 | 0 | 46 | 9 | 4A | 4E | 3B |
| Octal | 302 | 350 | 105 | 20 | 0 | 106 | 11 | 112 | 116 | 73 |
| Binary | 11000010 | 11101000 | 1000101 | 10000 | 0 | 1000110 | 1001 | 1001010 | 1001110 | 111011 |
Color Harmonies of #C2E845
Complementary color
Monochromatic Colors of #C2E845
Black with #C2E845
Text Example
Text Example
White with #C2E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E845; }
p { color: rgb(194,232,69); }
H1.HeaderClassName
{
color: #C2E845;
}
.AnyTagClassName
{
color: #C2E845;
}
</style>
background-color css
<style>
a { background-color: #C2E845; }
a { background-color: rgb(194,232,69); }
div.DivClassName
{
background-color: #C2E845;
}
.BgClassName
{
background-color: #C2E845;
}
</style>
border-color css
<style>
span { border-color: #C2E845; }
span { border-color: rgb(194,232,69); }
td.TdClassName
{
border-color: #C2E845;
}
.TagClassName
{
border-color: #C2E845;
}
</style>