Shades of Pear #C8F828
Tints of Pear #C8F828
RGB
CMYK
RGB Variations
Color information
#C8F828 (or 0xC8F828) is known color: Pear. HEX triplet: C8, F8 and 28. RGB value is (200,248,40). Sum of RGB (Red+Green+Blue) = 200+248+40=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F828 is #3707D7. Grayscale: #D2D2D2. Windows color (decimal): -3606488 or 2685128. OLE color: 2685128.
HSL color Cylindrical-coordinate representation of color #C8F828: hue angle of 73.85º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8F828 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 40 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.03 |
| HSL | 73.85º | 0.94% | 0.56% | - |
| HSV(B) | 73.85º | 0.84% | 0.97% | - |
| XYZ | 57.77 | 79.57 | 14.32 | - |
| YUV | 209.94 | 32.1 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 40 | 0.19 | 0 | 0.84 | 0.03 | 73.85 | 0.94 | 0.56 |
| Hex | C8 | F8 | 28 | 13 | 0 | 54 | 3 | 4A | 5E | 38 |
| Octal | 310 | 370 | 50 | 23 | 0 | 124 | 3 | 112 | 136 | 70 |
| Binary | 11001000 | 11111000 | 101000 | 10011 | 0 | 1010100 | 11 | 1001010 | 1011110 | 111000 |
Color Harmonies of #C8F828
Complementary color
Monochromatic Colors of #C8F828
Black with #C8F828
Text Example
Text Example
White with #C8F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F828; }
p { color: rgb(200,248,40); }
H1.HeaderClassName
{
color: #C8F828;
}
.AnyTagClassName
{
color: #C8F828;
}
</style>
background-color css
<style>
a { background-color: #C8F828; }
a { background-color: rgb(200,248,40); }
div.DivClassName
{
background-color: #C8F828;
}
.BgClassName
{
background-color: #C8F828;
}
</style>
border-color css
<style>
span { border-color: #C8F828; }
span { border-color: rgb(200,248,40); }
td.TdClassName
{
border-color: #C8F828;
}
.TagClassName
{
border-color: #C8F828;
}
</style>