Shades of Pear #C2F22B
Tints of Pear #C2F22B
RGB
CMYK
RGB Variations
Color information
#C2F22B (or 0xC2F22B) is known color: Pear. HEX triplet: C2, F2 and 2B. RGB value is (194,242,43). Sum of RGB (Red+Green+Blue) = 194+242+43=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F22B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F22B is #3D0DD4. Grayscale: #CDCDCD. Windows color (decimal): -4001237 or 2880194. OLE color: 2880194.
HSL color Cylindrical-coordinate representation of color #C2F22B: hue angle of 74.47º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2F22B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 43 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.05 |
| HSL | 74.47º | 0.88% | 0.56% | - |
| HSV(B) | 74.47º | 0.82% | 0.95% | - |
| XYZ | 54.44 | 75.15 | 13.92 | - |
| YUV | 204.96 | 36.6 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 43 | 0.20 | 0 | 0.82 | 0.05 | 74.47 | 0.88 | 0.56 |
| Hex | C2 | F2 | 2B | 14 | 0 | 52 | 5 | 4A | 58 | 38 |
| Octal | 302 | 362 | 53 | 24 | 0 | 122 | 5 | 112 | 130 | 70 |
| Binary | 11000010 | 11110010 | 101011 | 10100 | 0 | 1010010 | 101 | 1001010 | 1011000 | 111000 |
Color Harmonies of #C2F22B
Complementary color
Monochromatic Colors of #C2F22B
Black with #C2F22B
Text Example
Text Example
White with #C2F22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F22B; }
p { color: rgb(194,242,43); }
H1.HeaderClassName
{
color: #C2F22B;
}
.AnyTagClassName
{
color: #C2F22B;
}
</style>
background-color css
<style>
a { background-color: #C2F22B; }
a { background-color: rgb(194,242,43); }
div.DivClassName
{
background-color: #C2F22B;
}
.BgClassName
{
background-color: #C2F22B;
}
</style>
border-color css
<style>
span { border-color: #C2F22B; }
span { border-color: rgb(194,242,43); }
td.TdClassName
{
border-color: #C2F22B;
}
.TagClassName
{
border-color: #C2F22B;
}
</style>