Shades of Pear #C3E921
Tints of Pear #C3E921
RGB
CMYK
RGB Variations
Color information
#C3E921 (or 0xC3E921) is known color: Pear. HEX triplet: C3, E9 and 21. RGB value is (195,233,33). Sum of RGB (Red+Green+Blue) = 195+233+33=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3E921 is #3C16DE. Grayscale: #C7C7C7. Windows color (decimal): -3938015 or 2222531. OLE color: 2222531.
HSL color Cylindrical-coordinate representation of color #C3E921: hue angle of 71.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3E921 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.09 |
| HSL | 71.4º | 0.82% | 0.52% | - |
| HSV(B) | 71.4º | 0.86% | 0.91% | - |
| XYZ | 51.92 | 69.99 | 12.21 | - |
| YUV | 198.84 | 34.41 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 33 | 0.16 | 0 | 0.86 | 0.09 | 71.4 | 0.82 | 0.52 |
| Hex | C3 | E9 | 21 | 10 | 0 | 56 | 9 | 47 | 52 | 34 |
| Octal | 303 | 351 | 41 | 20 | 0 | 126 | 11 | 107 | 122 | 64 |
| Binary | 11000011 | 11101001 | 100001 | 10000 | 0 | 1010110 | 1001 | 1000111 | 1010010 | 110100 |
Color Harmonies of #C3E921
Complementary color
Monochromatic Colors of #C3E921
Black with #C3E921
Text Example
Text Example
White with #C3E921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E921; }
p { color: rgb(195,233,33); }
H1.HeaderClassName
{
color: #C3E921;
}
.AnyTagClassName
{
color: #C3E921;
}
</style>
background-color css
<style>
a { background-color: #C3E921; }
a { background-color: rgb(195,233,33); }
div.DivClassName
{
background-color: #C3E921;
}
.BgClassName
{
background-color: #C3E921;
}
</style>
border-color css
<style>
span { border-color: #C3E921; }
span { border-color: rgb(195,233,33); }
td.TdClassName
{
border-color: #C3E921;
}
.TagClassName
{
border-color: #C3E921;
}
</style>