Shades of Pear #C8F448
Tints of Pear #C8F448
RGB
CMYK
RGB Variations
Color information
#C8F448 (or 0xC8F448) is known color: Pear. HEX triplet: C8, F4 and 48. RGB value is (200,244,72). Sum of RGB (Red+Green+Blue) = 200+244+72=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F448 is #370BB7. Grayscale: #D3D3D3. Windows color (decimal): -3607480 or 4781256. OLE color: 4781256.
HSL color Cylindrical-coordinate representation of color #C8F448: hue angle of 75.35º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F448 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 72 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.04 |
| HSL | 75.35º | 0.89% | 0.62% | - |
| HSV(B) | 75.35º | 0.7% | 0.96% | - |
| XYZ | 57.34 | 77.45 | 18.06 | - |
| YUV | 211.24 | 49.42 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 72 | 0.18 | 0 | 0.70 | 0.04 | 75.35 | 0.89 | 0.62 |
| Hex | C8 | F4 | 48 | 12 | 0 | 46 | 4 | 4B | 59 | 3E |
| Octal | 310 | 364 | 110 | 22 | 0 | 106 | 4 | 113 | 131 | 76 |
| Binary | 11001000 | 11110100 | 1001000 | 10010 | 0 | 1000110 | 100 | 1001011 | 1011001 | 111110 |
Color Harmonies of #C8F448
Complementary color
Monochromatic Colors of #C8F448
Black with #C8F448
Text Example
Text Example
White with #C8F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F448; }
p { color: rgb(200,244,72); }
H1.HeaderClassName
{
color: #C8F448;
}
.AnyTagClassName
{
color: #C8F448;
}
</style>
background-color css
<style>
a { background-color: #C8F448; }
a { background-color: rgb(200,244,72); }
div.DivClassName
{
background-color: #C8F448;
}
.BgClassName
{
background-color: #C8F448;
}
</style>
border-color css
<style>
span { border-color: #C8F448; }
span { border-color: rgb(200,244,72); }
td.TdClassName
{
border-color: #C8F448;
}
.TagClassName
{
border-color: #C8F448;
}
</style>