Shades of Pear #C7F73F
Tints of Pear #C7F73F
RGB
CMYK
RGB Variations
Color information
#C7F73F (or 0xC7F73F) is known color: Pear. HEX triplet: C7, F7 and 3F. RGB value is (199,247,63). Sum of RGB (Red+Green+Blue) = 199+247+63=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F73F is #3808C0. Grayscale: #D4D4D4. Windows color (decimal): -3672257 or 4192199. OLE color: 4192199.
HSL color Cylindrical-coordinate representation of color #C7F73F: hue angle of 75.65º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7F73F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 63 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.03 |
| HSL | 75.65º | 0.92% | 0.61% | - |
| HSV(B) | 75.65º | 0.74% | 0.97% | - |
| XYZ | 57.71 | 79.02 | 16.91 | - |
| YUV | 211.67 | 44.1 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 63 | 0.19 | 0 | 0.74 | 0.03 | 75.65 | 0.92 | 0.61 |
| Hex | C7 | F7 | 3F | 13 | 0 | 4A | 3 | 4C | 5C | 3D |
| Octal | 307 | 367 | 77 | 23 | 0 | 112 | 3 | 114 | 134 | 75 |
| Binary | 11000111 | 11110111 | 111111 | 10011 | 0 | 1001010 | 11 | 1001100 | 1011100 | 111101 |
Color Harmonies of #C7F73F
Complementary color
Monochromatic Colors of #C7F73F
Black with #C7F73F
Text Example
Text Example
White with #C7F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F73F; }
p { color: rgb(199,247,63); }
H1.HeaderClassName
{
color: #C7F73F;
}
.AnyTagClassName
{
color: #C7F73F;
}
</style>
background-color css
<style>
a { background-color: #C7F73F; }
a { background-color: rgb(199,247,63); }
div.DivClassName
{
background-color: #C7F73F;
}
.BgClassName
{
background-color: #C7F73F;
}
</style>
border-color css
<style>
span { border-color: #C7F73F; }
span { border-color: rgb(199,247,63); }
td.TdClassName
{
border-color: #C7F73F;
}
.TagClassName
{
border-color: #C7F73F;
}
</style>