Shades of Pear #C2E92B
Tints of Pear #C2E92B
RGB
CMYK
RGB Variations
Color information
#C2E92B (or 0xC2E92B) is known color: Pear. HEX triplet: C2, E9 and 2B. RGB value is (194,233,43). Sum of RGB (Red+Green+Blue) = 194+233+43=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 43 (17.19% from 255 or 9.15% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E92B is #3D16D4. Grayscale: #C8C8C8. Windows color (decimal): -4003541 or 2877890. OLE color: 2877890.
HSL color Cylindrical-coordinate representation of color #C2E92B: hue angle of 72.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2E92B is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 43 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.09 |
| HSL | 72.32º | 0.81% | 0.54% | - |
| HSV(B) | 72.32º | 0.82% | 0.91% | - |
| XYZ | 51.82 | 69.92 | 13.05 | - |
| YUV | 199.68 | 39.58 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 43 | 0.17 | 0 | 0.82 | 0.09 | 72.32 | 0.81 | 0.54 |
| Hex | C2 | E9 | 2B | 11 | 0 | 52 | 9 | 48 | 51 | 36 |
| Octal | 302 | 351 | 53 | 21 | 0 | 122 | 11 | 110 | 121 | 66 |
| Binary | 11000010 | 11101001 | 101011 | 10001 | 0 | 1010010 | 1001 | 1001000 | 1010001 | 110110 |
Color Harmonies of #C2E92B
Complementary color
Monochromatic Colors of #C2E92B
Black with #C2E92B
Text Example
Text Example
White with #C2E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E92B; }
p { color: rgb(194,233,43); }
H1.HeaderClassName
{
color: #C2E92B;
}
.AnyTagClassName
{
color: #C2E92B;
}
</style>
background-color css
<style>
a { background-color: #C2E92B; }
a { background-color: rgb(194,233,43); }
div.DivClassName
{
background-color: #C2E92B;
}
.BgClassName
{
background-color: #C2E92B;
}
</style>
border-color css
<style>
span { border-color: #C2E92B; }
span { border-color: rgb(194,233,43); }
td.TdClassName
{
border-color: #C2E92B;
}
.TagClassName
{
border-color: #C2E92B;
}
</style>