Shades of Pear #C7F846
Tints of Pear #C7F846
RGB
CMYK
RGB Variations
Color information
#C7F846 (or 0xC7F846) is known color: Pear. HEX triplet: C7, F8 and 46. RGB value is (199,248,70). Sum of RGB (Red+Green+Blue) = 199+248+70=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F846 is #3807B9. Grayscale: #D5D5D5. Windows color (decimal): -3671994 or 4651207. OLE color: 4651207.
HSL color Cylindrical-coordinate representation of color #C7F846: hue angle of 76.52º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7F846 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 70 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.03 |
| HSL | 76.52º | 0.93% | 0.62% | - |
| HSV(B) | 76.52º | 0.72% | 0.97% | - |
| XYZ | 58.23 | 79.72 | 18.11 | - |
| YUV | 213.06 | 47.27 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 70 | 0.20 | 0 | 0.72 | 0.03 | 76.52 | 0.93 | 0.62 |
| Hex | C7 | F8 | 46 | 14 | 0 | 48 | 3 | 4D | 5D | 3E |
| Octal | 307 | 370 | 106 | 24 | 0 | 110 | 3 | 115 | 135 | 76 |
| Binary | 11000111 | 11111000 | 1000110 | 10100 | 0 | 1001000 | 11 | 1001101 | 1011101 | 111110 |
Color Harmonies of #C7F846
Complementary color
Monochromatic Colors of #C7F846
Black with #C7F846
Text Example
Text Example
White with #C7F846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F846; }
p { color: rgb(199,248,70); }
H1.HeaderClassName
{
color: #C7F846;
}
.AnyTagClassName
{
color: #C7F846;
}
</style>
background-color css
<style>
a { background-color: #C7F846; }
a { background-color: rgb(199,248,70); }
div.DivClassName
{
background-color: #C7F846;
}
.BgClassName
{
background-color: #C7F846;
}
</style>
border-color css
<style>
span { border-color: #C7F846; }
span { border-color: rgb(199,248,70); }
td.TdClassName
{
border-color: #C7F846;
}
.TagClassName
{
border-color: #C7F846;
}
</style>