Shades of Pear #C8F61F
Tints of Pear #C8F61F
RGB
CMYK
RGB Variations
Color information
#C8F61F (or 0xC8F61F) is known color: Pear. HEX triplet: C8, F6 and 1F. RGB value is (200,246,31). Sum of RGB (Red+Green+Blue) = 200+246+31=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F61F is #3709E0. Grayscale: #D0D0D0. Windows color (decimal): -3607009 or 2094792. OLE color: 2094792.
HSL color Cylindrical-coordinate representation of color #C8F61F: hue angle of 72.84º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8F61F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 31 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.04 |
| HSL | 72.84º | 0.92% | 0.54% | - |
| HSV(B) | 72.84º | 0.87% | 0.96% | - |
| XYZ | 57.02 | 78.29 | 13.4 | - |
| YUV | 207.74 | 28.26 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 31 | 0.19 | 0 | 0.87 | 0.04 | 72.84 | 0.92 | 0.54 |
| Hex | C8 | F6 | 1F | 13 | 0 | 57 | 4 | 49 | 5C | 36 |
| Octal | 310 | 366 | 37 | 23 | 0 | 127 | 4 | 111 | 134 | 66 |
| Binary | 11001000 | 11110110 | 11111 | 10011 | 0 | 1010111 | 100 | 1001001 | 1011100 | 110110 |
Color Harmonies of #C8F61F
Complementary color
Monochromatic Colors of #C8F61F
Black with #C8F61F
Text Example
Text Example
White with #C8F61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F61F; }
p { color: rgb(200,246,31); }
H1.HeaderClassName
{
color: #C8F61F;
}
.AnyTagClassName
{
color: #C8F61F;
}
</style>
background-color css
<style>
a { background-color: #C8F61F; }
a { background-color: rgb(200,246,31); }
div.DivClassName
{
background-color: #C8F61F;
}
.BgClassName
{
background-color: #C8F61F;
}
</style>
border-color css
<style>
span { border-color: #C8F61F; }
span { border-color: rgb(200,246,31); }
td.TdClassName
{
border-color: #C8F61F;
}
.TagClassName
{
border-color: #C8F61F;
}
</style>