Shades of Las Palmas #C2E232
Tints of Las Palmas #C2E232
RGB
CMYK
RGB Variations
Color information
#C2E232 (or 0xC2E232) is known color: Las Palmas. HEX triplet: C2, E2 and 32. RGB value is (194,226,50). Sum of RGB (Red+Green+Blue) = 194+226+50=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E232 is #3D1DCD. Grayscale: #C5C5C5. Windows color (decimal): -4005326 or 3334850. OLE color: 3334850.
HSL color Cylindrical-coordinate representation of color #C2E232: hue angle of 70.91º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2E232 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 50 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.11 |
| HSL | 70.91º | 0.75% | 0.54% | - |
| HSV(B) | 70.91º | 0.78% | 0.89% | - |
| XYZ | 50.02 | 66.09 | 13.14 | - |
| YUV | 196.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 50 | 0.14 | 0 | 0.78 | 0.11 | 70.91 | 0.75 | 0.54 |
| Hex | C2 | E2 | 32 | E | 0 | 4E | B | 47 | 4B | 36 |
| Octal | 302 | 342 | 62 | 16 | 0 | 116 | 13 | 107 | 113 | 66 |
| Binary | 11000010 | 11100010 | 110010 | 1110 | 0 | 1001110 | 1011 | 1000111 | 1001011 | 110110 |
Color Harmonies of #C2E232
Complementary color
Monochromatic Colors of #C2E232
Black with #C2E232
Text Example
Text Example
White with #C2E232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E232; }
p { color: rgb(194,226,50); }
H1.HeaderClassName
{
color: #C2E232;
}
.AnyTagClassName
{
color: #C2E232;
}
</style>
background-color css
<style>
a { background-color: #C2E232; }
a { background-color: rgb(194,226,50); }
div.DivClassName
{
background-color: #C2E232;
}
.BgClassName
{
background-color: #C2E232;
}
</style>
border-color css
<style>
span { border-color: #C2E232; }
span { border-color: rgb(194,226,50); }
td.TdClassName
{
border-color: #C2E232;
}
.TagClassName
{
border-color: #C2E232;
}
</style>