Shades of Pear #C7F53C
Tints of Pear #C7F53C
RGB
CMYK
RGB Variations
Color information
#C7F53C (or 0xC7F53C) is known color: Pear. HEX triplet: C7, F5 and 3C. RGB value is (199,245,60). Sum of RGB (Red+Green+Blue) = 199+245+60=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F53C is #380AC3. Grayscale: #D2D2D2. Windows color (decimal): -3672772 or 3995079. OLE color: 3995079.
HSL color Cylindrical-coordinate representation of color #C7F53C: hue angle of 74.92º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7F53C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.04 |
| HSL | 74.92º | 0.9% | 0.6% | - |
| HSV(B) | 74.92º | 0.76% | 0.96% | - |
| XYZ | 57.02 | 77.77 | 16.28 | - |
| YUV | 210.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 60 | 0.19 | 0 | 0.76 | 0.04 | 74.92 | 0.9 | 0.6 |
| Hex | C7 | F5 | 3C | 13 | 0 | 4C | 4 | 4B | 5A | 3C |
| Octal | 307 | 365 | 74 | 23 | 0 | 114 | 4 | 113 | 132 | 74 |
| Binary | 11000111 | 11110101 | 111100 | 10011 | 0 | 1001100 | 100 | 1001011 | 1011010 | 111100 |
Color Harmonies of #C7F53C
Complementary color
Monochromatic Colors of #C7F53C
Black with #C7F53C
Text Example
Text Example
White with #C7F53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F53C; }
p { color: rgb(199,245,60); }
H1.HeaderClassName
{
color: #C7F53C;
}
.AnyTagClassName
{
color: #C7F53C;
}
</style>
background-color css
<style>
a { background-color: #C7F53C; }
a { background-color: rgb(199,245,60); }
div.DivClassName
{
background-color: #C7F53C;
}
.BgClassName
{
background-color: #C7F53C;
}
</style>
border-color css
<style>
span { border-color: #C7F53C; }
span { border-color: rgb(199,245,60); }
td.TdClassName
{
border-color: #C7F53C;
}
.TagClassName
{
border-color: #C7F53C;
}
</style>