Shades of Pear #C6F42F
Tints of Pear #C6F42F
RGB
CMYK
RGB Variations
Color information
#C6F42F (or 0xC6F42F) is known color: Pear. HEX triplet: C6, F4 and 2F. RGB value is (198,244,47). Sum of RGB (Red+Green+Blue) = 198+244+47=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F42F is #390BD0. Grayscale: #D0D0D0. Windows color (decimal): -3738577 or 3142854. OLE color: 3142854.
HSL color Cylindrical-coordinate representation of color #C6F42F: hue angle of 74.01º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6F42F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 47 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.04 |
| HSL | 74.01º | 0.9% | 0.57% | - |
| HSV(B) | 74.01º | 0.81% | 0.96% | - |
| XYZ | 56.15 | 76.91 | 14.58 | - |
| YUV | 207.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 47 | 0.19 | 0 | 0.81 | 0.04 | 74.01 | 0.9 | 0.57 |
| Hex | C6 | F4 | 2F | 13 | 0 | 51 | 4 | 4A | 5A | 39 |
| Octal | 306 | 364 | 57 | 23 | 0 | 121 | 4 | 112 | 132 | 71 |
| Binary | 11000110 | 11110100 | 101111 | 10011 | 0 | 1010001 | 100 | 1001010 | 1011010 | 111001 |
Color Harmonies of #C6F42F
Complementary color
Monochromatic Colors of #C6F42F
Black with #C6F42F
Text Example
Text Example
White with #C6F42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F42F; }
p { color: rgb(198,244,47); }
H1.HeaderClassName
{
color: #C6F42F;
}
.AnyTagClassName
{
color: #C6F42F;
}
</style>
background-color css
<style>
a { background-color: #C6F42F; }
a { background-color: rgb(198,244,47); }
div.DivClassName
{
background-color: #C6F42F;
}
.BgClassName
{
background-color: #C6F42F;
}
</style>
border-color css
<style>
span { border-color: #C6F42F; }
span { border-color: rgb(198,244,47); }
td.TdClassName
{
border-color: #C6F42F;
}
.TagClassName
{
border-color: #C6F42F;
}
</style>