Shades of Pear #C4F131
Tints of Pear #C4F131
RGB
CMYK
RGB Variations
Color information
#C4F131 (or 0xC4F131) is known color: Pear. HEX triplet: C4, F1 and 31. RGB value is (196,241,49). Sum of RGB (Red+Green+Blue) = 196+241+49=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F131 is #3B0ECE. Grayscale: #CECECE. Windows color (decimal): -3870415 or 3273156. OLE color: 3273156.
HSL color Cylindrical-coordinate representation of color #C4F131: hue angle of 74.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4F131 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 49 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.05 |
| HSL | 74.06º | 0.87% | 0.57% | - |
| HSV(B) | 74.06º | 0.8% | 0.95% | - |
| XYZ | 54.77 | 74.87 | 14.47 | - |
| YUV | 205.66 | 39.59 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 49 | 0.19 | 0 | 0.80 | 0.05 | 74.06 | 0.87 | 0.57 |
| Hex | C4 | F1 | 31 | 13 | 0 | 50 | 5 | 4A | 57 | 39 |
| Octal | 304 | 361 | 61 | 23 | 0 | 120 | 5 | 112 | 127 | 71 |
| Binary | 11000100 | 11110001 | 110001 | 10011 | 0 | 1010000 | 101 | 1001010 | 1010111 | 111001 |
Color Harmonies of #C4F131
Complementary color
Monochromatic Colors of #C4F131
Black with #C4F131
Text Example
Text Example
White with #C4F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F131; }
p { color: rgb(196,241,49); }
H1.HeaderClassName
{
color: #C4F131;
}
.AnyTagClassName
{
color: #C4F131;
}
</style>
background-color css
<style>
a { background-color: #C4F131; }
a { background-color: rgb(196,241,49); }
div.DivClassName
{
background-color: #C4F131;
}
.BgClassName
{
background-color: #C4F131;
}
</style>
border-color css
<style>
span { border-color: #C4F131; }
span { border-color: rgb(196,241,49); }
td.TdClassName
{
border-color: #C4F131;
}
.TagClassName
{
border-color: #C4F131;
}
</style>