Shades of Pear #C8FA41
Tints of Pear #C8FA41
RGB
CMYK
RGB Variations
Color information
#C8FA41 (or 0xC8FA41) is known color: Pear. HEX triplet: C8, FA and 41. RGB value is (200,250,65). Sum of RGB (Red+Green+Blue) = 200+250+65=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA41 is #3705BE. Grayscale: #D6D6D6. Windows color (decimal): -3605951 or 4324040. OLE color: 4324040.
HSL color Cylindrical-coordinate representation of color #C8FA41: hue angle of 76.22º 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 #C8FA41 is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 65 | - |
| CMYK | 0.2 | 0 | 0.74 | 0.02 |
| HSL | 76.22º | 0.95% | 0.62% | - |
| HSV(B) | 76.22º | 0.74% | 0.98% | - |
| XYZ | 58.96 | 81.03 | 17.53 | - |
| YUV | 213.96 | 43.94 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 65 | 0.2 | 0 | 0.74 | 0.02 | 76.22 | 0.95 | 0.62 |
| Hex | C8 | FA | 41 | 14 | 0 | 4A | 2 | 4C | 5F | 3E |
| Octal | 310 | 372 | 101 | 24 | 0 | 112 | 2 | 114 | 137 | 76 |
| Binary | 11001000 | 11111010 | 1000001 | 10100 | 0 | 1001010 | 10 | 1001100 | 1011111 | 111110 |
Color Harmonies of #C8FA41
Complementary color
Monochromatic Colors of #C8FA41
Black with #C8FA41
Text Example
Text Example
White with #C8FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA41; }
p { color: rgb(200,250,65); }
H1.HeaderClassName
{
color: #C8FA41;
}
.AnyTagClassName
{
color: #C8FA41;
}
</style>
background-color css
<style>
a { background-color: #C8FA41; }
a { background-color: rgb(200,250,65); }
div.DivClassName
{
background-color: #C8FA41;
}
.BgClassName
{
background-color: #C8FA41;
}
</style>
border-color css
<style>
span { border-color: #C8FA41; }
span { border-color: rgb(200,250,65); }
td.TdClassName
{
border-color: #C8FA41;
}
.TagClassName
{
border-color: #C8FA41;
}
</style>