Shades of Pear #C4F132
Tints of Pear #C4F132
RGB
CMYK
RGB Variations
Color information
#C4F132 (or 0xC4F132) is known color: Pear. HEX triplet: C4, F1 and 32. RGB value is (196,241,50). Sum of RGB (Red+Green+Blue) = 196+241+50=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F132 is #3B0ECD. Grayscale: #CECECE. Windows color (decimal): -3870414 or 3338692. OLE color: 3338692.
HSL color Cylindrical-coordinate representation of color #C4F132: hue angle of 74.14º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4F132 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 50 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.05 |
| HSL | 74.14º | 0.87% | 0.57% | - |
| HSV(B) | 74.14º | 0.79% | 0.95% | - |
| XYZ | 54.8 | 74.88 | 14.58 | - |
| YUV | 205.77 | 40.09 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 50 | 0.19 | 0 | 0.79 | 0.05 | 74.14 | 0.87 | 0.57 |
| Hex | C4 | F1 | 32 | 13 | 0 | 4F | 5 | 4A | 57 | 39 |
| Octal | 304 | 361 | 62 | 23 | 0 | 117 | 5 | 112 | 127 | 71 |
| Binary | 11000100 | 11110001 | 110010 | 10011 | 0 | 1001111 | 101 | 1001010 | 1010111 | 111001 |
Color Harmonies of #C4F132
Complementary color
Monochromatic Colors of #C4F132
Black with #C4F132
Text Example
Text Example
White with #C4F132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F132; }
p { color: rgb(196,241,50); }
H1.HeaderClassName
{
color: #C4F132;
}
.AnyTagClassName
{
color: #C4F132;
}
</style>
background-color css
<style>
a { background-color: #C4F132; }
a { background-color: rgb(196,241,50); }
div.DivClassName
{
background-color: #C4F132;
}
.BgClassName
{
background-color: #C4F132;
}
</style>
border-color css
<style>
span { border-color: #C4F132; }
span { border-color: rgb(196,241,50); }
td.TdClassName
{
border-color: #C4F132;
}
.TagClassName
{
border-color: #C4F132;
}
</style>