Shades of Pear #C8F841
Tints of Pear #C8F841
RGB
CMYK
RGB Variations
Color information
#C8F841 (or 0xC8F841) is known color: Pear. HEX triplet: C8, F8 and 41. RGB value is (200,248,65). Sum of RGB (Red+Green+Blue) = 200+248+65=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F841 is #3707BE. Grayscale: #D5D5D5. Windows color (decimal): -3606463 or 4323528. OLE color: 4323528.
HSL color Cylindrical-coordinate representation of color #C8F841: hue angle of 75.74º 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 #C8F841 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 65 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.03 |
| HSL | 75.74º | 0.93% | 0.61% | - |
| HSV(B) | 75.74º | 0.74% | 0.97% | - |
| XYZ | 58.34 | 79.8 | 17.33 | - |
| YUV | 212.79 | 44.6 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 65 | 0.19 | 0 | 0.74 | 0.03 | 75.74 | 0.93 | 0.61 |
| Hex | C8 | F8 | 41 | 13 | 0 | 4A | 3 | 4C | 5D | 3D |
| Octal | 310 | 370 | 101 | 23 | 0 | 112 | 3 | 114 | 135 | 75 |
| Binary | 11001000 | 11111000 | 1000001 | 10011 | 0 | 1001010 | 11 | 1001100 | 1011101 | 111101 |
Color Harmonies of #C8F841
Complementary color
Monochromatic Colors of #C8F841
Black with #C8F841
Text Example
Text Example
White with #C8F841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F841; }
p { color: rgb(200,248,65); }
H1.HeaderClassName
{
color: #C8F841;
}
.AnyTagClassName
{
color: #C8F841;
}
</style>
background-color css
<style>
a { background-color: #C8F841; }
a { background-color: rgb(200,248,65); }
div.DivClassName
{
background-color: #C8F841;
}
.BgClassName
{
background-color: #C8F841;
}
</style>
border-color css
<style>
span { border-color: #C8F841; }
span { border-color: rgb(200,248,65); }
td.TdClassName
{
border-color: #C8F841;
}
.TagClassName
{
border-color: #C8F841;
}
</style>