Shades of Pear #C4F13C
Tints of Pear #C4F13C
RGB
CMYK
RGB Variations
Color information
#C4F13C (or 0xC4F13C) is known color: Pear. HEX triplet: C4, F1 and 3C. RGB value is (196,241,60). Sum of RGB (Red+Green+Blue) = 196+241+60=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F13C is #3B0EC3. Grayscale: #CFCFCF. Windows color (decimal): -3870404 or 3994052. OLE color: 3994052.
HSL color Cylindrical-coordinate representation of color #C4F13C: hue angle of 74.92º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4F13C is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 60 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.05 |
| HSL | 74.92º | 0.87% | 0.59% | - |
| HSV(B) | 74.92º | 0.75% | 0.95% | - |
| XYZ | 55.04 | 74.97 | 15.85 | - |
| YUV | 206.91 | 45.09 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 60 | 0.19 | 0 | 0.75 | 0.05 | 74.92 | 0.87 | 0.59 |
| Hex | C4 | F1 | 3C | 13 | 0 | 4B | 5 | 4B | 57 | 3B |
| Octal | 304 | 361 | 74 | 23 | 0 | 113 | 5 | 113 | 127 | 73 |
| Binary | 11000100 | 11110001 | 111100 | 10011 | 0 | 1001011 | 101 | 1001011 | 1010111 | 111011 |
Color Harmonies of #C4F13C
Complementary color
Monochromatic Colors of #C4F13C
Black with #C4F13C
Text Example
Text Example
White with #C4F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F13C; }
p { color: rgb(196,241,60); }
H1.HeaderClassName
{
color: #C4F13C;
}
.AnyTagClassName
{
color: #C4F13C;
}
</style>
background-color css
<style>
a { background-color: #C4F13C; }
a { background-color: rgb(196,241,60); }
div.DivClassName
{
background-color: #C4F13C;
}
.BgClassName
{
background-color: #C4F13C;
}
</style>
border-color css
<style>
span { border-color: #C4F13C; }
span { border-color: rgb(196,241,60); }
td.TdClassName
{
border-color: #C4F13C;
}
.TagClassName
{
border-color: #C4F13C;
}
</style>