Shades of Pear #C8FA47
Tints of Pear #C8FA47
RGB
CMYK
RGB Variations
Color information
#C8FA47 (or 0xC8FA47) is known color: Pear. HEX triplet: C8, FA and 47. RGB value is (200,250,71). Sum of RGB (Red+Green+Blue) = 200+250+71=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA47 is #3705B8. Grayscale: #D7D7D7. Windows color (decimal): -3605945 or 4717256. OLE color: 4717256.
HSL color Cylindrical-coordinate representation of color #C8FA47: hue angle of 76.76º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8FA47 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 71 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.02 |
| HSL | 76.76º | 0.95% | 0.63% | - |
| HSV(B) | 76.76º | 0.72% | 0.98% | - |
| XYZ | 59.14 | 81.11 | 18.5 | - |
| YUV | 214.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 71 | 0.2 | 0 | 0.72 | 0.02 | 76.76 | 0.95 | 0.63 |
| Hex | C8 | FA | 47 | 14 | 0 | 48 | 2 | 4D | 5F | 3F |
| Octal | 310 | 372 | 107 | 24 | 0 | 110 | 2 | 115 | 137 | 77 |
| Binary | 11001000 | 11111010 | 1000111 | 10100 | 0 | 1001000 | 10 | 1001101 | 1011111 | 111111 |
Color Harmonies of #C8FA47
Complementary color
Monochromatic Colors of #C8FA47
Black with #C8FA47
Text Example
Text Example
White with #C8FA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA47; }
p { color: rgb(200,250,71); }
H1.HeaderClassName
{
color: #C8FA47;
}
.AnyTagClassName
{
color: #C8FA47;
}
</style>
background-color css
<style>
a { background-color: #C8FA47; }
a { background-color: rgb(200,250,71); }
div.DivClassName
{
background-color: #C8FA47;
}
.BgClassName
{
background-color: #C8FA47;
}
</style>
border-color css
<style>
span { border-color: #C8FA47; }
span { border-color: rgb(200,250,71); }
td.TdClassName
{
border-color: #C8FA47;
}
.TagClassName
{
border-color: #C8FA47;
}
</style>