Shades of Pear #C2E928
Tints of Pear #C2E928
RGB
CMYK
RGB Variations
Color information
#C2E928 (or 0xC2E928) is known color: Pear. HEX triplet: C2, E9 and 28. RGB value is (194,233,40). Sum of RGB (Red+Green+Blue) = 194+233+40=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E928 is #3D16D7. Grayscale: #C8C8C8. Windows color (decimal): -4003544 or 2681282. OLE color: 2681282.
HSL color Cylindrical-coordinate representation of color #C2E928: hue angle of 72.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2E928 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.09 |
| HSL | 72.12º | 0.81% | 0.54% | - |
| HSV(B) | 72.12º | 0.83% | 0.91% | - |
| XYZ | 51.77 | 69.9 | 12.77 | - |
| YUV | 199.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 40 | 0.17 | 0 | 0.83 | 0.09 | 72.12 | 0.81 | 0.54 |
| Hex | C2 | E9 | 28 | 11 | 0 | 53 | 9 | 48 | 51 | 36 |
| Octal | 302 | 351 | 50 | 21 | 0 | 123 | 11 | 110 | 121 | 66 |
| Binary | 11000010 | 11101001 | 101000 | 10001 | 0 | 1010011 | 1001 | 1001000 | 1010001 | 110110 |
Color Harmonies of #C2E928
Complementary color
Monochromatic Colors of #C2E928
Black with #C2E928
Text Example
Text Example
White with #C2E928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E928; }
p { color: rgb(194,233,40); }
H1.HeaderClassName
{
color: #C2E928;
}
.AnyTagClassName
{
color: #C2E928;
}
</style>
background-color css
<style>
a { background-color: #C2E928; }
a { background-color: rgb(194,233,40); }
div.DivClassName
{
background-color: #C2E928;
}
.BgClassName
{
background-color: #C2E928;
}
</style>
border-color css
<style>
span { border-color: #C2E928; }
span { border-color: rgb(194,233,40); }
td.TdClassName
{
border-color: #C2E928;
}
.TagClassName
{
border-color: #C2E928;
}
</style>