Shades of Las Palmas #C2E234
Tints of Las Palmas #C2E234
RGB
CMYK
RGB Variations
Color information
#C2E234 (or 0xC2E234) is known color: Las Palmas. HEX triplet: C2, E2 and 34. RGB value is (194,226,52). Sum of RGB (Red+Green+Blue) = 194+226+52=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E234 is #3D1DCB. Grayscale: #C5C5C5. Windows color (decimal): -4005324 or 3465922. OLE color: 3465922.
HSL color Cylindrical-coordinate representation of color #C2E234: hue angle of 71.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2E234 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 52 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.11 |
| HSL | 71.03º | 0.75% | 0.55% | - |
| HSV(B) | 71.03º | 0.77% | 0.89% | - |
| XYZ | 50.06 | 66.11 | 13.37 | - |
| YUV | 196.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 52 | 0.14 | 0 | 0.77 | 0.11 | 71.03 | 0.75 | 0.55 |
| Hex | C2 | E2 | 34 | E | 0 | 4D | B | 47 | 4B | 37 |
| Octal | 302 | 342 | 64 | 16 | 0 | 115 | 13 | 107 | 113 | 67 |
| Binary | 11000010 | 11100010 | 110100 | 1110 | 0 | 1001101 | 1011 | 1000111 | 1001011 | 110111 |
Color Harmonies of #C2E234
Complementary color
Monochromatic Colors of #C2E234
Black with #C2E234
Text Example
Text Example
White with #C2E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E234; }
p { color: rgb(194,226,52); }
H1.HeaderClassName
{
color: #C2E234;
}
.AnyTagClassName
{
color: #C2E234;
}
</style>
background-color css
<style>
a { background-color: #C2E234; }
a { background-color: rgb(194,226,52); }
div.DivClassName
{
background-color: #C2E234;
}
.BgClassName
{
background-color: #C2E234;
}
</style>
border-color css
<style>
span { border-color: #C2E234; }
span { border-color: rgb(194,226,52); }
td.TdClassName
{
border-color: #C2E234;
}
.TagClassName
{
border-color: #C2E234;
}
</style>