Shades of Pear #C6F82E
Tints of Pear #C6F82E
RGB
CMYK
RGB Variations
Color information
#C6F82E (or 0xC6F82E) is known color: Pear. HEX triplet: C6, F8 and 2E. RGB value is (198,248,46). Sum of RGB (Red+Green+Blue) = 198+248+46=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F82E is #3907D1. Grayscale: #D2D2D2. Windows color (decimal): -3737554 or 3078342. OLE color: 3078342.
HSL color Cylindrical-coordinate representation of color #C6F82E: hue angle of 74.85º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6F82E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 46 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.03 |
| HSL | 74.85º | 0.94% | 0.58% | - |
| HSV(B) | 74.85º | 0.81% | 0.97% | - |
| XYZ | 57.35 | 79.34 | 14.88 | - |
| YUV | 210.02 | 35.44 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 46 | 0.20 | 0 | 0.81 | 0.03 | 74.85 | 0.94 | 0.58 |
| Hex | C6 | F8 | 2E | 14 | 0 | 51 | 3 | 4B | 5E | 3A |
| Octal | 306 | 370 | 56 | 24 | 0 | 121 | 3 | 113 | 136 | 72 |
| Binary | 11000110 | 11111000 | 101110 | 10100 | 0 | 1010001 | 11 | 1001011 | 1011110 | 111010 |
Color Harmonies of #C6F82E
Complementary color
Monochromatic Colors of #C6F82E
Black with #C6F82E
Text Example
Text Example
White with #C6F82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F82E; }
p { color: rgb(198,248,46); }
H1.HeaderClassName
{
color: #C6F82E;
}
.AnyTagClassName
{
color: #C6F82E;
}
</style>
background-color css
<style>
a { background-color: #C6F82E; }
a { background-color: rgb(198,248,46); }
div.DivClassName
{
background-color: #C6F82E;
}
.BgClassName
{
background-color: #C6F82E;
}
</style>
border-color css
<style>
span { border-color: #C6F82E; }
span { border-color: rgb(198,248,46); }
td.TdClassName
{
border-color: #C6F82E;
}
.TagClassName
{
border-color: #C6F82E;
}
</style>