Shades of Pear #C8FA40
Tints of Pear #C8FA40
RGB
CMYK
RGB Variations
Color information
#C8FA40 (or 0xC8FA40) is known color: Pear. HEX triplet: C8, FA and 40. RGB value is (200,250,64). Sum of RGB (Red+Green+Blue) = 200+250+64=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA40 is #3705BF. Grayscale: #D6D6D6. Windows color (decimal): -3605952 or 4258504. OLE color: 4258504.
HSL color Cylindrical-coordinate representation of color #C8FA40: hue angle of 76.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8FA40 is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 64 | - |
| CMYK | 0.2 | 0 | 0.74 | 0.02 |
| HSL | 76.13º | 0.95% | 0.62% | - |
| HSV(B) | 76.13º | 0.74% | 0.98% | - |
| XYZ | 58.93 | 81.02 | 17.38 | - |
| YUV | 213.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 64 | 0.2 | 0 | 0.74 | 0.02 | 76.13 | 0.95 | 0.62 |
| Hex | C8 | FA | 40 | 14 | 0 | 4A | 2 | 4C | 5F | 3E |
| Octal | 310 | 372 | 100 | 24 | 0 | 112 | 2 | 114 | 137 | 76 |
| Binary | 11001000 | 11111010 | 1000000 | 10100 | 0 | 1001010 | 10 | 1001100 | 1011111 | 111110 |
Color Harmonies of #C8FA40
Complementary color
Monochromatic Colors of #C8FA40
Black with #C8FA40
Text Example
Text Example
White with #C8FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA40; }
p { color: rgb(200,250,64); }
H1.HeaderClassName
{
color: #C8FA40;
}
.AnyTagClassName
{
color: #C8FA40;
}
</style>
background-color css
<style>
a { background-color: #C8FA40; }
a { background-color: rgb(200,250,64); }
div.DivClassName
{
background-color: #C8FA40;
}
.BgClassName
{
background-color: #C8FA40;
}
</style>
border-color css
<style>
span { border-color: #C8FA40; }
span { border-color: rgb(200,250,64); }
td.TdClassName
{
border-color: #C8FA40;
}
.TagClassName
{
border-color: #C8FA40;
}
</style>