Shades of Pear #C6F71F
Tints of Pear #C6F71F
RGB
CMYK
RGB Variations
Color information
#C6F71F (or 0xC6F71F) is known color: Pear. HEX triplet: C6, F7 and 1F. RGB value is (198,247,31). Sum of RGB (Red+Green+Blue) = 198+247+31=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F71F is #3908E0. Grayscale: #D0D0D0. Windows color (decimal): -3737825 or 2095046. OLE color: 2095046.
HSL color Cylindrical-coordinate representation of color #C6F71F: hue angle of 73.61º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6F71F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 31 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.03 |
| HSL | 73.61º | 0.93% | 0.55% | - |
| HSV(B) | 73.61º | 0.87% | 0.97% | - |
| XYZ | 56.8 | 78.63 | 13.48 | - |
| YUV | 207.73 | 28.27 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 31 | 0.20 | 0 | 0.87 | 0.03 | 73.61 | 0.93 | 0.55 |
| Hex | C6 | F7 | 1F | 14 | 0 | 57 | 3 | 4A | 5D | 37 |
| Octal | 306 | 367 | 37 | 24 | 0 | 127 | 3 | 112 | 135 | 67 |
| Binary | 11000110 | 11110111 | 11111 | 10100 | 0 | 1010111 | 11 | 1001010 | 1011101 | 110111 |
Color Harmonies of #C6F71F
Complementary color
Monochromatic Colors of #C6F71F
Black with #C6F71F
Text Example
Text Example
White with #C6F71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F71F; }
p { color: rgb(198,247,31); }
H1.HeaderClassName
{
color: #C6F71F;
}
.AnyTagClassName
{
color: #C6F71F;
}
</style>
background-color css
<style>
a { background-color: #C6F71F; }
a { background-color: rgb(198,247,31); }
div.DivClassName
{
background-color: #C6F71F;
}
.BgClassName
{
background-color: #C6F71F;
}
</style>
border-color css
<style>
span { border-color: #C6F71F; }
span { border-color: rgb(198,247,31); }
td.TdClassName
{
border-color: #C6F71F;
}
.TagClassName
{
border-color: #C6F71F;
}
</style>