Shades of Pear #C8FA3F
Tints of Pear #C8FA3F
RGB
CMYK
RGB Variations
Color information
#C8FA3F (or 0xC8FA3F) is known color: Pear. HEX triplet: C8, FA and 3F. RGB value is (200,250,63). Sum of RGB (Red+Green+Blue) = 200+250+63=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA3F is #3705C0. Grayscale: #D6D6D6. Windows color (decimal): -3605953 or 4192968. OLE color: 4192968.
HSL color Cylindrical-coordinate representation of color #C8FA3F: hue angle of 76.04º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8FA3F is Cyan = 0.2, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 63 | - |
| CMYK | 0.2 | 0 | 0.75 | 0.02 |
| HSL | 76.04º | 0.95% | 0.61% | - |
| HSV(B) | 76.04º | 0.75% | 0.98% | - |
| XYZ | 58.9 | 81.01 | 17.23 | - |
| YUV | 213.73 | 42.94 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 63 | 0.2 | 0 | 0.75 | 0.02 | 76.04 | 0.95 | 0.61 |
| Hex | C8 | FA | 3F | 14 | 0 | 4B | 2 | 4C | 5F | 3D |
| Octal | 310 | 372 | 77 | 24 | 0 | 113 | 2 | 114 | 137 | 75 |
| Binary | 11001000 | 11111010 | 111111 | 10100 | 0 | 1001011 | 10 | 1001100 | 1011111 | 111101 |
Color Harmonies of #C8FA3F
Complementary color
Monochromatic Colors of #C8FA3F
Black with #C8FA3F
Text Example
Text Example
White with #C8FA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA3F; }
p { color: rgb(200,250,63); }
H1.HeaderClassName
{
color: #C8FA3F;
}
.AnyTagClassName
{
color: #C8FA3F;
}
</style>
background-color css
<style>
a { background-color: #C8FA3F; }
a { background-color: rgb(200,250,63); }
div.DivClassName
{
background-color: #C8FA3F;
}
.BgClassName
{
background-color: #C8FA3F;
}
</style>
border-color css
<style>
span { border-color: #C8FA3F; }
span { border-color: rgb(200,250,63); }
td.TdClassName
{
border-color: #C8FA3F;
}
.TagClassName
{
border-color: #C8FA3F;
}
</style>