Shades of Pear #C8F246
Tints of Pear #C8F246
RGB
CMYK
RGB Variations
Color information
#C8F246 (or 0xC8F246) is known color: Pear. HEX triplet: C8, F2 and 46. RGB value is (200,242,70). Sum of RGB (Red+Green+Blue) = 200+242+70=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F246 is #370DB9. Grayscale: #D2D2D2. Windows color (decimal): -3607994 or 4649672. OLE color: 4649672.
HSL color Cylindrical-coordinate representation of color #C8F246: hue angle of 74.65º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8F246 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 70 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.05 |
| HSL | 74.65º | 0.87% | 0.61% | - |
| HSV(B) | 74.65º | 0.71% | 0.95% | - |
| XYZ | 56.68 | 76.23 | 17.52 | - |
| YUV | 209.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 70 | 0.17 | 0 | 0.71 | 0.05 | 74.65 | 0.87 | 0.61 |
| Hex | C8 | F2 | 46 | 11 | 0 | 47 | 5 | 4B | 57 | 3D |
| Octal | 310 | 362 | 106 | 21 | 0 | 107 | 5 | 113 | 127 | 75 |
| Binary | 11001000 | 11110010 | 1000110 | 10001 | 0 | 1000111 | 101 | 1001011 | 1010111 | 111101 |
Color Harmonies of #C8F246
Complementary color
Monochromatic Colors of #C8F246
Black with #C8F246
Text Example
Text Example
White with #C8F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F246; }
p { color: rgb(200,242,70); }
H1.HeaderClassName
{
color: #C8F246;
}
.AnyTagClassName
{
color: #C8F246;
}
</style>
background-color css
<style>
a { background-color: #C8F246; }
a { background-color: rgb(200,242,70); }
div.DivClassName
{
background-color: #C8F246;
}
.BgClassName
{
background-color: #C8F246;
}
</style>
border-color css
<style>
span { border-color: #C8F246; }
span { border-color: rgb(200,242,70); }
td.TdClassName
{
border-color: #C8F246;
}
.TagClassName
{
border-color: #C8F246;
}
</style>