Shades of Pear #C8F848
Tints of Pear #C8F848
RGB
CMYK
RGB Variations
Color information
#C8F848 (or 0xC8F848) is known color: Pear. HEX triplet: C8, F8 and 48. RGB value is (200,248,72). Sum of RGB (Red+Green+Blue) = 200+248+72=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F848 is #3707B7. Grayscale: #D6D6D6. Windows color (decimal): -3606456 or 4782280. OLE color: 4782280.
HSL color Cylindrical-coordinate representation of color #C8F848: hue angle of 76.36º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8F848 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 72 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.03 |
| HSL | 76.36º | 0.93% | 0.63% | - |
| HSV(B) | 76.36º | 0.71% | 0.97% | - |
| XYZ | 58.56 | 79.88 | 18.46 | - |
| YUV | 213.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 72 | 0.19 | 0 | 0.71 | 0.03 | 76.36 | 0.93 | 0.63 |
| Hex | C8 | F8 | 48 | 13 | 0 | 47 | 3 | 4C | 5D | 3F |
| Octal | 310 | 370 | 110 | 23 | 0 | 107 | 3 | 114 | 135 | 77 |
| Binary | 11001000 | 11111000 | 1001000 | 10011 | 0 | 1000111 | 11 | 1001100 | 1011101 | 111111 |
Color Harmonies of #C8F848
Complementary color
Monochromatic Colors of #C8F848
Black with #C8F848
Text Example
Text Example
White with #C8F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F848; }
p { color: rgb(200,248,72); }
H1.HeaderClassName
{
color: #C8F848;
}
.AnyTagClassName
{
color: #C8F848;
}
</style>
background-color css
<style>
a { background-color: #C8F848; }
a { background-color: rgb(200,248,72); }
div.DivClassName
{
background-color: #C8F848;
}
.BgClassName
{
background-color: #C8F848;
}
</style>
border-color css
<style>
span { border-color: #C8F848; }
span { border-color: rgb(200,248,72); }
td.TdClassName
{
border-color: #C8F848;
}
.TagClassName
{
border-color: #C8F848;
}
</style>