Shades of Pear #C8F742
Tints of Pear #C8F742
RGB
CMYK
RGB Variations
Color information
#C8F742 (or 0xC8F742) is known color: Pear. HEX triplet: C8, F7 and 42. RGB value is (200,247,66). Sum of RGB (Red+Green+Blue) = 200+247+66=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F742 is #3708BD. Grayscale: #D4D4D4. Windows color (decimal): -3606718 or 4388808. OLE color: 4388808.
HSL color Cylindrical-coordinate representation of color #C8F742: hue angle of 75.58º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8F742 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 66 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.03 |
| HSL | 75.58º | 0.92% | 0.61% | - |
| HSV(B) | 75.58º | 0.73% | 0.97% | - |
| XYZ | 58.06 | 79.19 | 17.38 | - |
| YUV | 212.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 66 | 0.19 | 0 | 0.73 | 0.03 | 75.58 | 0.92 | 0.61 |
| Hex | C8 | F7 | 42 | 13 | 0 | 49 | 3 | 4C | 5C | 3D |
| Octal | 310 | 367 | 102 | 23 | 0 | 111 | 3 | 114 | 134 | 75 |
| Binary | 11001000 | 11110111 | 1000010 | 10011 | 0 | 1001001 | 11 | 1001100 | 1011100 | 111101 |
Color Harmonies of #C8F742
Complementary color
Monochromatic Colors of #C8F742
Black with #C8F742
Text Example
Text Example
White with #C8F742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F742; }
p { color: rgb(200,247,66); }
H1.HeaderClassName
{
color: #C8F742;
}
.AnyTagClassName
{
color: #C8F742;
}
</style>
background-color css
<style>
a { background-color: #C8F742; }
a { background-color: rgb(200,247,66); }
div.DivClassName
{
background-color: #C8F742;
}
.BgClassName
{
background-color: #C8F742;
}
</style>
border-color css
<style>
span { border-color: #C8F742; }
span { border-color: rgb(200,247,66); }
td.TdClassName
{
border-color: #C8F742;
}
.TagClassName
{
border-color: #C8F742;
}
</style>