Shades of Pear #C8F826
Tints of Pear #C8F826
RGB
CMYK
RGB Variations
Color information
#C8F826 (or 0xC8F826) is known color: Pear. HEX triplet: C8, F8 and 26. RGB value is (200,248,38). Sum of RGB (Red+Green+Blue) = 200+248+38=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F826 is #3707D9. Grayscale: #D2D2D2. Windows color (decimal): -3606490 or 2554056. OLE color: 2554056.
HSL color Cylindrical-coordinate representation of color #C8F826: hue angle of 73.71º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8F826 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 38 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.03 |
| HSL | 73.71º | 0.94% | 0.56% | - |
| HSV(B) | 73.71º | 0.85% | 0.97% | - |
| XYZ | 57.74 | 79.55 | 14.15 | - |
| YUV | 209.71 | 31.1 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 38 | 0.19 | 0 | 0.85 | 0.03 | 73.71 | 0.94 | 0.56 |
| Hex | C8 | F8 | 26 | 13 | 0 | 55 | 3 | 4A | 5E | 38 |
| Octal | 310 | 370 | 46 | 23 | 0 | 125 | 3 | 112 | 136 | 70 |
| Binary | 11001000 | 11111000 | 100110 | 10011 | 0 | 1010101 | 11 | 1001010 | 1011110 | 111000 |
Color Harmonies of #C8F826
Complementary color
Monochromatic Colors of #C8F826
Black with #C8F826
Text Example
Text Example
White with #C8F826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F826; }
p { color: rgb(200,248,38); }
H1.HeaderClassName
{
color: #C8F826;
}
.AnyTagClassName
{
color: #C8F826;
}
</style>
background-color css
<style>
a { background-color: #C8F826; }
a { background-color: rgb(200,248,38); }
div.DivClassName
{
background-color: #C8F826;
}
.BgClassName
{
background-color: #C8F826;
}
</style>
border-color css
<style>
span { border-color: #C8F826; }
span { border-color: rgb(200,248,38); }
td.TdClassName
{
border-color: #C8F826;
}
.TagClassName
{
border-color: #C8F826;
}
</style>