Shades of Pear #C6E52F
Tints of Pear #C6E52F
RGB
CMYK
RGB Variations
Color information
#C6E52F (or 0xC6E52F) is known color: Pear. HEX triplet: C6, E5 and 2F. RGB value is (198,229,47). Sum of RGB (Red+Green+Blue) = 198+229+47=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E52F is #391AD0. Grayscale: #C7C7C7. Windows color (decimal): -3742417 or 3139014. OLE color: 3139014.
HSL color Cylindrical-coordinate representation of color #C6E52F: hue angle of 70.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6E52F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 47 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.10 |
| HSL | 70.22º | 0.78% | 0.54% | - |
| HSV(B) | 70.22º | 0.79% | 0.9% | - |
| XYZ | 51.82 | 68.25 | 13.13 | - |
| YUV | 198.98 | 42.23 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 47 | 0.14 | 0 | 0.79 | 0.10 | 70.22 | 0.78 | 0.54 |
| Hex | C6 | E5 | 2F | E | 0 | 4F | A | 46 | 4E | 36 |
| Octal | 306 | 345 | 57 | 16 | 0 | 117 | 12 | 106 | 116 | 66 |
| Binary | 11000110 | 11100101 | 101111 | 1110 | 0 | 1001111 | 1010 | 1000110 | 1001110 | 110110 |
Color Harmonies of #C6E52F
Complementary color
Monochromatic Colors of #C6E52F
Black with #C6E52F
Text Example
Text Example
White with #C6E52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E52F; }
p { color: rgb(198,229,47); }
H1.HeaderClassName
{
color: #C6E52F;
}
.AnyTagClassName
{
color: #C6E52F;
}
</style>
background-color css
<style>
a { background-color: #C6E52F; }
a { background-color: rgb(198,229,47); }
div.DivClassName
{
background-color: #C6E52F;
}
.BgClassName
{
background-color: #C6E52F;
}
</style>
border-color css
<style>
span { border-color: #C6E52F; }
span { border-color: rgb(198,229,47); }
td.TdClassName
{
border-color: #C6E52F;
}
.TagClassName
{
border-color: #C6E52F;
}
</style>