Shades of Pear #C7F82D
Tints of Pear #C7F82D
RGB
CMYK
RGB Variations
Color information
#C7F82D (or 0xC7F82D) is known color: Pear. HEX triplet: C7, F8 and 2D. RGB value is (199,248,45). Sum of RGB (Red+Green+Blue) = 199+248+45=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F82D is #3807D2. Grayscale: #D2D2D2. Windows color (decimal): -3672019 or 3012807. OLE color: 3012807.
HSL color Cylindrical-coordinate representation of color #C7F82D: hue angle of 74.48º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7F82D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.03 |
| HSL | 74.48º | 0.94% | 0.57% | - |
| HSV(B) | 74.48º | 0.82% | 0.97% | - |
| XYZ | 57.59 | 79.47 | 14.79 | - |
| YUV | 210.21 | 34.77 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 45 | 0.20 | 0 | 0.82 | 0.03 | 74.48 | 0.94 | 0.57 |
| Hex | C7 | F8 | 2D | 14 | 0 | 52 | 3 | 4A | 5E | 39 |
| Octal | 307 | 370 | 55 | 24 | 0 | 122 | 3 | 112 | 136 | 71 |
| Binary | 11000111 | 11111000 | 101101 | 10100 | 0 | 1010010 | 11 | 1001010 | 1011110 | 111001 |
Color Harmonies of #C7F82D
Complementary color
Monochromatic Colors of #C7F82D
Black with #C7F82D
Text Example
Text Example
White with #C7F82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F82D; }
p { color: rgb(199,248,45); }
H1.HeaderClassName
{
color: #C7F82D;
}
.AnyTagClassName
{
color: #C7F82D;
}
</style>
background-color css
<style>
a { background-color: #C7F82D; }
a { background-color: rgb(199,248,45); }
div.DivClassName
{
background-color: #C7F82D;
}
.BgClassName
{
background-color: #C7F82D;
}
</style>
border-color css
<style>
span { border-color: #C7F82D; }
span { border-color: rgb(199,248,45); }
td.TdClassName
{
border-color: #C7F82D;
}
.TagClassName
{
border-color: #C7F82D;
}
</style>