Shades of Pear #C3ED22
Tints of Pear #C3ED22
RGB
CMYK
RGB Variations
Color information
#C3ED22 (or 0xC3ED22) is known color: Pear. HEX triplet: C3, ED and 22. RGB value is (195,237,34). Sum of RGB (Red+Green+Blue) = 195+237+34=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3ED22 is #3C12DD. Grayscale: #CACACA. Windows color (decimal): -3936990 or 2289091. OLE color: 2289091.
HSL color Cylindrical-coordinate representation of color #C3ED22: hue angle of 72.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3ED22 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 34 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.07 |
| HSL | 72.41º | 0.85% | 0.53% | - |
| HSV(B) | 72.41º | 0.86% | 0.93% | - |
| XYZ | 53.08 | 72.29 | 12.67 | - |
| YUV | 201.3 | 33.59 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 34 | 0.18 | 0 | 0.86 | 0.07 | 72.41 | 0.85 | 0.53 |
| Hex | C3 | ED | 22 | 12 | 0 | 56 | 7 | 48 | 55 | 35 |
| Octal | 303 | 355 | 42 | 22 | 0 | 126 | 7 | 110 | 125 | 65 |
| Binary | 11000011 | 11101101 | 100010 | 10010 | 0 | 1010110 | 111 | 1001000 | 1010101 | 110101 |
Color Harmonies of #C3ED22
Complementary color
Monochromatic Colors of #C3ED22
Black with #C3ED22
Text Example
Text Example
White with #C3ED22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ED22; }
p { color: rgb(195,237,34); }
H1.HeaderClassName
{
color: #C3ED22;
}
.AnyTagClassName
{
color: #C3ED22;
}
</style>
background-color css
<style>
a { background-color: #C3ED22; }
a { background-color: rgb(195,237,34); }
div.DivClassName
{
background-color: #C3ED22;
}
.BgClassName
{
background-color: #C3ED22;
}
</style>
border-color css
<style>
span { border-color: #C3ED22; }
span { border-color: rgb(195,237,34); }
td.TdClassName
{
border-color: #C3ED22;
}
.TagClassName
{
border-color: #C3ED22;
}
</style>