Shades of Pear #C8F22E
Tints of Pear #C8F22E
RGB
CMYK
RGB Variations
Color information
#C8F22E (or 0xC8F22E) is known color: Pear. HEX triplet: C8, F2 and 2E. RGB value is (200,242,46). Sum of RGB (Red+Green+Blue) = 200+242+46=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F22E is #370DD1. Grayscale: #CFCFCF. Windows color (decimal): -3608018 or 3076808. OLE color: 3076808.
HSL color Cylindrical-coordinate representation of color #C8F22E: hue angle of 72.86º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8F22E is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 46 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.05 |
| HSL | 72.86º | 0.88% | 0.56% | - |
| HSV(B) | 72.86º | 0.81% | 0.95% | - |
| XYZ | 56.06 | 75.98 | 14.3 | - |
| YUV | 207.1 | 37.09 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 46 | 0.17 | 0 | 0.81 | 0.05 | 72.86 | 0.88 | 0.56 |
| Hex | C8 | F2 | 2E | 11 | 0 | 51 | 5 | 49 | 58 | 38 |
| Octal | 310 | 362 | 56 | 21 | 0 | 121 | 5 | 111 | 130 | 70 |
| Binary | 11001000 | 11110010 | 101110 | 10001 | 0 | 1010001 | 101 | 1001001 | 1011000 | 111000 |
Color Harmonies of #C8F22E
Complementary color
Monochromatic Colors of #C8F22E
Black with #C8F22E
Text Example
Text Example
White with #C8F22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F22E; }
p { color: rgb(200,242,46); }
H1.HeaderClassName
{
color: #C8F22E;
}
.AnyTagClassName
{
color: #C8F22E;
}
</style>
background-color css
<style>
a { background-color: #C8F22E; }
a { background-color: rgb(200,242,46); }
div.DivClassName
{
background-color: #C8F22E;
}
.BgClassName
{
background-color: #C8F22E;
}
</style>
border-color css
<style>
span { border-color: #C8F22E; }
span { border-color: rgb(200,242,46); }
td.TdClassName
{
border-color: #C8F22E;
}
.TagClassName
{
border-color: #C8F22E;
}
</style>