Shades of Pear #C6F82F
Tints of Pear #C6F82F
RGB
CMYK
RGB Variations
Color information
#C6F82F (or 0xC6F82F) is known color: Pear. HEX triplet: C6, F8 and 2F. RGB value is (198,248,47). Sum of RGB (Red+Green+Blue) = 198+248+47=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F82F is #3907D0. Grayscale: #D2D2D2. Windows color (decimal): -3737553 or 3143878. OLE color: 3143878.
HSL color Cylindrical-coordinate representation of color #C6F82F: hue angle of 74.93º degrees, saturation: 0.93, 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 #C6F82F is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 47 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.03 |
| HSL | 74.93º | 0.93% | 0.58% | - |
| HSV(B) | 74.93º | 0.81% | 0.97% | - |
| XYZ | 57.37 | 79.35 | 14.98 | - |
| YUV | 210.14 | 35.94 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 47 | 0.20 | 0 | 0.81 | 0.03 | 74.93 | 0.93 | 0.58 |
| Hex | C6 | F8 | 2F | 14 | 0 | 51 | 3 | 4B | 5D | 3A |
| Octal | 306 | 370 | 57 | 24 | 0 | 121 | 3 | 113 | 135 | 72 |
| Binary | 11000110 | 11111000 | 101111 | 10100 | 0 | 1010001 | 11 | 1001011 | 1011101 | 111010 |
Color Harmonies of #C6F82F
Complementary color
Monochromatic Colors of #C6F82F
Black with #C6F82F
Text Example
Text Example
White with #C6F82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F82F; }
p { color: rgb(198,248,47); }
H1.HeaderClassName
{
color: #C6F82F;
}
.AnyTagClassName
{
color: #C6F82F;
}
</style>
background-color css
<style>
a { background-color: #C6F82F; }
a { background-color: rgb(198,248,47); }
div.DivClassName
{
background-color: #C6F82F;
}
.BgClassName
{
background-color: #C6F82F;
}
</style>
border-color css
<style>
span { border-color: #C6F82F; }
span { border-color: rgb(198,248,47); }
td.TdClassName
{
border-color: #C6F82F;
}
.TagClassName
{
border-color: #C6F82F;
}
</style>