Shades of Pear #C8F840
Tints of Pear #C8F840
RGB
CMYK
RGB Variations
Color information
#C8F840 (or 0xC8F840) is known color: Pear. HEX triplet: C8, F8 and 40. RGB value is (200,248,64). Sum of RGB (Red+Green+Blue) = 200+248+64=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F840 is #3707BF. Grayscale: #D5D5D5. Windows color (decimal): -3606464 or 4257992. OLE color: 4257992.
HSL color Cylindrical-coordinate representation of color #C8F840: hue angle of 75.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8F840 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 64 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.03 |
| HSL | 75.65º | 0.93% | 0.61% | - |
| HSV(B) | 75.65º | 0.74% | 0.97% | - |
| XYZ | 58.31 | 79.78 | 17.18 | - |
| YUV | 212.67 | 44.1 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 64 | 0.19 | 0 | 0.74 | 0.03 | 75.65 | 0.93 | 0.61 |
| Hex | C8 | F8 | 40 | 13 | 0 | 4A | 3 | 4C | 5D | 3D |
| Octal | 310 | 370 | 100 | 23 | 0 | 112 | 3 | 114 | 135 | 75 |
| Binary | 11001000 | 11111000 | 1000000 | 10011 | 0 | 1001010 | 11 | 1001100 | 1011101 | 111101 |
Color Harmonies of #C8F840
Complementary color
Monochromatic Colors of #C8F840
Black with #C8F840
Text Example
Text Example
White with #C8F840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F840; }
p { color: rgb(200,248,64); }
H1.HeaderClassName
{
color: #C8F840;
}
.AnyTagClassName
{
color: #C8F840;
}
</style>
background-color css
<style>
a { background-color: #C8F840; }
a { background-color: rgb(200,248,64); }
div.DivClassName
{
background-color: #C8F840;
}
.BgClassName
{
background-color: #C8F840;
}
</style>
border-color css
<style>
span { border-color: #C8F840; }
span { border-color: rgb(200,248,64); }
td.TdClassName
{
border-color: #C8F840;
}
.TagClassName
{
border-color: #C8F840;
}
</style>