Shades of Las Palmas #C2E231
Tints of Las Palmas #C2E231
RGB
CMYK
RGB Variations
Color information
#C2E231 (or 0xC2E231) is known color: Las Palmas. HEX triplet: C2, E2 and 31. RGB value is (194,226,49). Sum of RGB (Red+Green+Blue) = 194+226+49=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E231 is #3D1DCE. Grayscale: #C4C4C4. Windows color (decimal): -4005327 or 3269314. OLE color: 3269314.
HSL color Cylindrical-coordinate representation of color #C2E231: hue angle of 70.85º 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 #C2E231 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 49 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.11 |
| HSL | 70.85º | 0.75% | 0.54% | - |
| HSV(B) | 70.85º | 0.78% | 0.89% | - |
| XYZ | 50 | 66.08 | 13.03 | - |
| YUV | 196.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 49 | 0.14 | 0 | 0.78 | 0.11 | 70.85 | 0.75 | 0.54 |
| Hex | C2 | E2 | 31 | E | 0 | 4E | B | 47 | 4B | 36 |
| Octal | 302 | 342 | 61 | 16 | 0 | 116 | 13 | 107 | 113 | 66 |
| Binary | 11000010 | 11100010 | 110001 | 1110 | 0 | 1001110 | 1011 | 1000111 | 1001011 | 110110 |
Color Harmonies of #C2E231
Complementary color
Monochromatic Colors of #C2E231
Black with #C2E231
Text Example
Text Example
White with #C2E231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E231; }
p { color: rgb(194,226,49); }
H1.HeaderClassName
{
color: #C2E231;
}
.AnyTagClassName
{
color: #C2E231;
}
</style>
background-color css
<style>
a { background-color: #C2E231; }
a { background-color: rgb(194,226,49); }
div.DivClassName
{
background-color: #C2E231;
}
.BgClassName
{
background-color: #C2E231;
}
</style>
border-color css
<style>
span { border-color: #C2E231; }
span { border-color: rgb(194,226,49); }
td.TdClassName
{
border-color: #C2E231;
}
.TagClassName
{
border-color: #C2E231;
}
</style>