Shades of Las Palmas #C2E72C
Tints of Las Palmas #C2E72C
RGB
CMYK
RGB Variations
Color information
#C2E72C (or 0xC2E72C) is known color: Las Palmas. HEX triplet: C2, E7 and 2C. RGB value is (194,231,44). Sum of RGB (Red+Green+Blue) = 194+231+44=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E72C is #3D18D3. Grayscale: #C7C7C7. Windows color (decimal): -4004052 or 2942914. OLE color: 2942914.
HSL color Cylindrical-coordinate representation of color #C2E72C: hue angle of 71.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E72C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 44 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.09 |
| HSL | 71.87º | 0.8% | 0.54% | - |
| HSV(B) | 71.87º | 0.81% | 0.91% | - |
| XYZ | 51.28 | 68.8 | 12.96 | - |
| YUV | 198.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 44 | 0.16 | 0 | 0.81 | 0.09 | 71.87 | 0.8 | 0.54 |
| Hex | C2 | E7 | 2C | 10 | 0 | 51 | 9 | 48 | 50 | 36 |
| Octal | 302 | 347 | 54 | 20 | 0 | 121 | 11 | 110 | 120 | 66 |
| Binary | 11000010 | 11100111 | 101100 | 10000 | 0 | 1010001 | 1001 | 1001000 | 1010000 | 110110 |
Color Harmonies of #C2E72C
Complementary color
Monochromatic Colors of #C2E72C
Black with #C2E72C
Text Example
Text Example
White with #C2E72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E72C; }
p { color: rgb(194,231,44); }
H1.HeaderClassName
{
color: #C2E72C;
}
.AnyTagClassName
{
color: #C2E72C;
}
</style>
background-color css
<style>
a { background-color: #C2E72C; }
a { background-color: rgb(194,231,44); }
div.DivClassName
{
background-color: #C2E72C;
}
.BgClassName
{
background-color: #C2E72C;
}
</style>
border-color css
<style>
span { border-color: #C2E72C; }
span { border-color: rgb(194,231,44); }
td.TdClassName
{
border-color: #C2E72C;
}
.TagClassName
{
border-color: #C2E72C;
}
</style>