Shades of Pear #C6F62C
Tints of Pear #C6F62C
RGB
CMYK
RGB Variations
Color information
#C6F62C (or 0xC6F62C) is known color: Pear. HEX triplet: C6, F6 and 2C. RGB value is (198,246,44). Sum of RGB (Red+Green+Blue) = 198+246+44=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F62C is #3909D3. Grayscale: #D1D1D1. Windows color (decimal): -3738068 or 2946758. OLE color: 2946758.
HSL color Cylindrical-coordinate representation of color #C6F62C: hue angle of 74.26º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6F62C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 44 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.04 |
| HSL | 74.26º | 0.92% | 0.57% | - |
| HSV(B) | 74.26º | 0.82% | 0.96% | - |
| XYZ | 56.7 | 78.1 | 14.47 | - |
| YUV | 208.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 44 | 0.20 | 0 | 0.82 | 0.04 | 74.26 | 0.92 | 0.57 |
| Hex | C6 | F6 | 2C | 14 | 0 | 52 | 4 | 4A | 5C | 39 |
| Octal | 306 | 366 | 54 | 24 | 0 | 122 | 4 | 112 | 134 | 71 |
| Binary | 11000110 | 11110110 | 101100 | 10100 | 0 | 1010010 | 100 | 1001010 | 1011100 | 111001 |
Color Harmonies of #C6F62C
Complementary color
Monochromatic Colors of #C6F62C
Black with #C6F62C
Text Example
Text Example
White with #C6F62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F62C; }
p { color: rgb(198,246,44); }
H1.HeaderClassName
{
color: #C6F62C;
}
.AnyTagClassName
{
color: #C6F62C;
}
</style>
background-color css
<style>
a { background-color: #C6F62C; }
a { background-color: rgb(198,246,44); }
div.DivClassName
{
background-color: #C6F62C;
}
.BgClassName
{
background-color: #C6F62C;
}
</style>
border-color css
<style>
span { border-color: #C6F62C; }
span { border-color: rgb(198,246,44); }
td.TdClassName
{
border-color: #C6F62C;
}
.TagClassName
{
border-color: #C6F62C;
}
</style>