Shades of Las Palmas #C2E141
Tints of Las Palmas #C2E141
RGB
CMYK
RGB Variations
Color information
#C2E141 (or 0xC2E141) is known color: Las Palmas. HEX triplet: C2, E1 and 41. RGB value is (194,225,65). Sum of RGB (Red+Green+Blue) = 194+225+65=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E141 is #3D1EBE. Grayscale: #C6C6C6. Windows color (decimal): -4005567 or 4317634. OLE color: 4317634.
HSL color Cylindrical-coordinate representation of color #C2E141: hue angle of 71.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2E141 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 65 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.12 |
| HSL | 71.63º | 0.73% | 0.57% | - |
| HSV(B) | 71.63º | 0.71% | 0.88% | - |
| XYZ | 50.13 | 65.7 | 15.04 | - |
| YUV | 197.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 65 | 0.14 | 0 | 0.71 | 0.12 | 71.63 | 0.73 | 0.57 |
| Hex | C2 | E1 | 41 | E | 0 | 47 | C | 48 | 49 | 39 |
| Octal | 302 | 341 | 101 | 16 | 0 | 107 | 14 | 110 | 111 | 71 |
| Binary | 11000010 | 11100001 | 1000001 | 1110 | 0 | 1000111 | 1100 | 1001000 | 1001001 | 111001 |
Color Harmonies of #C2E141
Complementary color
Monochromatic Colors of #C2E141
Black with #C2E141
Text Example
Text Example
White with #C2E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E141; }
p { color: rgb(194,225,65); }
H1.HeaderClassName
{
color: #C2E141;
}
.AnyTagClassName
{
color: #C2E141;
}
</style>
background-color css
<style>
a { background-color: #C2E141; }
a { background-color: rgb(194,225,65); }
div.DivClassName
{
background-color: #C2E141;
}
.BgClassName
{
background-color: #C2E141;
}
</style>
border-color css
<style>
span { border-color: #C2E141; }
span { border-color: rgb(194,225,65); }
td.TdClassName
{
border-color: #C2E141;
}
.TagClassName
{
border-color: #C2E141;
}
</style>