Shades of Pear #C3E92A
Tints of Pear #C3E92A
RGB
CMYK
RGB Variations
Color information
#C3E92A (or 0xC3E92A) is known color: Pear. HEX triplet: C3, E9 and 2A. RGB value is (195,233,42). Sum of RGB (Red+Green+Blue) = 195+233+42=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3E92A is #3C16D5. Grayscale: #C8C8C8. Windows color (decimal): -3938006 or 2812355. OLE color: 2812355.
HSL color Cylindrical-coordinate representation of color #C3E92A: hue angle of 71.94º 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 #C3E92A is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 42 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.09 |
| HSL | 71.94º | 0.81% | 0.54% | - |
| HSV(B) | 71.94º | 0.82% | 0.91% | - |
| XYZ | 52.06 | 70.05 | 12.97 | - |
| YUV | 199.86 | 38.91 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 42 | 0.16 | 0 | 0.82 | 0.09 | 71.94 | 0.81 | 0.54 |
| Hex | C3 | E9 | 2A | 10 | 0 | 52 | 9 | 48 | 51 | 36 |
| Octal | 303 | 351 | 52 | 20 | 0 | 122 | 11 | 110 | 121 | 66 |
| Binary | 11000011 | 11101001 | 101010 | 10000 | 0 | 1010010 | 1001 | 1001000 | 1010001 | 110110 |
Color Harmonies of #C3E92A
Complementary color
Monochromatic Colors of #C3E92A
Black with #C3E92A
Text Example
Text Example
White with #C3E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E92A; }
p { color: rgb(195,233,42); }
H1.HeaderClassName
{
color: #C3E92A;
}
.AnyTagClassName
{
color: #C3E92A;
}
</style>
background-color css
<style>
a { background-color: #C3E92A; }
a { background-color: rgb(195,233,42); }
div.DivClassName
{
background-color: #C3E92A;
}
.BgClassName
{
background-color: #C3E92A;
}
</style>
border-color css
<style>
span { border-color: #C3E92A; }
span { border-color: rgb(195,233,42); }
td.TdClassName
{
border-color: #C3E92A;
}
.TagClassName
{
border-color: #C3E92A;
}
</style>