Shades of Pear #C7EF2C
Tints of Pear #C7EF2C
RGB
CMYK
RGB Variations
Color information
#C7EF2C (or 0xC7EF2C) is known color: Pear. HEX triplet: C7, EF and 2C. RGB value is (199,239,44). Sum of RGB (Red+Green+Blue) = 199+239+44=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EF2C is #3810D3. Grayscale: #CDCDCD. Windows color (decimal): -3674324 or 2944967. OLE color: 2944967.
HSL color Cylindrical-coordinate representation of color #C7EF2C: hue angle of 72.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7EF2C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 239 | 44 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.06 |
| HSL | 72.31º | 0.86% | 0.55% | - |
| HSV(B) | 72.31º | 0.82% | 0.94% | - |
| XYZ | 54.87 | 74.06 | 13.79 | - |
| YUV | 204.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 44 | 0.17 | 0 | 0.82 | 0.06 | 72.31 | 0.86 | 0.55 |
| Hex | C7 | EF | 2C | 11 | 0 | 52 | 6 | 48 | 56 | 37 |
| Octal | 307 | 357 | 54 | 21 | 0 | 122 | 6 | 110 | 126 | 67 |
| Binary | 11000111 | 11101111 | 101100 | 10001 | 0 | 1010010 | 110 | 1001000 | 1010110 | 110111 |
Color Harmonies of #C7EF2C
Complementary color
Monochromatic Colors of #C7EF2C
Black with #C7EF2C
Text Example
Text Example
White with #C7EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EF2C; }
p { color: rgb(199,239,44); }
H1.HeaderClassName
{
color: #C7EF2C;
}
.AnyTagClassName
{
color: #C7EF2C;
}
</style>
background-color css
<style>
a { background-color: #C7EF2C; }
a { background-color: rgb(199,239,44); }
div.DivClassName
{
background-color: #C7EF2C;
}
.BgClassName
{
background-color: #C7EF2C;
}
</style>
border-color css
<style>
span { border-color: #C7EF2C; }
span { border-color: rgb(199,239,44); }
td.TdClassName
{
border-color: #C7EF2C;
}
.TagClassName
{
border-color: #C7EF2C;
}
</style>