Shades of Pear #C4F222
Tints of Pear #C4F222
RGB
CMYK
RGB Variations
Color information
#C4F222 (or 0xC4F222) is known color: Pear. HEX triplet: C4, F2 and 22. RGB value is (196,242,34). Sum of RGB (Red+Green+Blue) = 196+242+34=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F222 is #3B0DDD. Grayscale: #CDCDCD. Windows color (decimal): -3870174 or 2290372. OLE color: 2290372.
HSL color Cylindrical-coordinate representation of color #C4F222: hue angle of 73.27º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4F222 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 34 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.05 |
| HSL | 73.27º | 0.89% | 0.54% | - |
| HSV(B) | 73.27º | 0.86% | 0.95% | - |
| XYZ | 54.81 | 75.36 | 13.17 | - |
| YUV | 204.53 | 31.76 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 34 | 0.19 | 0 | 0.86 | 0.05 | 73.27 | 0.89 | 0.54 |
| Hex | C4 | F2 | 22 | 13 | 0 | 56 | 5 | 49 | 59 | 36 |
| Octal | 304 | 362 | 42 | 23 | 0 | 126 | 5 | 111 | 131 | 66 |
| Binary | 11000100 | 11110010 | 100010 | 10011 | 0 | 1010110 | 101 | 1001001 | 1011001 | 110110 |
Color Harmonies of #C4F222
Complementary color
Monochromatic Colors of #C4F222
Black with #C4F222
Text Example
Text Example
White with #C4F222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F222; }
p { color: rgb(196,242,34); }
H1.HeaderClassName
{
color: #C4F222;
}
.AnyTagClassName
{
color: #C4F222;
}
</style>
background-color css
<style>
a { background-color: #C4F222; }
a { background-color: rgb(196,242,34); }
div.DivClassName
{
background-color: #C4F222;
}
.BgClassName
{
background-color: #C4F222;
}
</style>
border-color css
<style>
span { border-color: #C4F222; }
span { border-color: rgb(196,242,34); }
td.TdClassName
{
border-color: #C4F222;
}
.TagClassName
{
border-color: #C4F222;
}
</style>