Shades of Pear #C7F82C
Tints of Pear #C7F82C
RGB
CMYK
RGB Variations
Color information
#C7F82C (or 0xC7F82C) is known color: Pear. HEX triplet: C7, F8 and 2C. RGB value is (199,248,44). Sum of RGB (Red+Green+Blue) = 199+248+44=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F82C is #3807D3. Grayscale: #D2D2D2. Windows color (decimal): -3672020 or 2947271. OLE color: 2947271.
HSL color Cylindrical-coordinate representation of color #C7F82C: hue angle of 74.41º 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 #C7F82C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 44 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.03 |
| HSL | 74.41º | 0.94% | 0.57% | - |
| HSV(B) | 74.41º | 0.82% | 0.97% | - |
| XYZ | 57.58 | 79.46 | 14.69 | - |
| YUV | 210.09 | 34.27 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 44 | 0.20 | 0 | 0.82 | 0.03 | 74.41 | 0.94 | 0.57 |
| Hex | C7 | F8 | 2C | 14 | 0 | 52 | 3 | 4A | 5E | 39 |
| Octal | 307 | 370 | 54 | 24 | 0 | 122 | 3 | 112 | 136 | 71 |
| Binary | 11000111 | 11111000 | 101100 | 10100 | 0 | 1010010 | 11 | 1001010 | 1011110 | 111001 |
Color Harmonies of #C7F82C
Complementary color
Monochromatic Colors of #C7F82C
Black with #C7F82C
Text Example
Text Example
White with #C7F82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F82C; }
p { color: rgb(199,248,44); }
H1.HeaderClassName
{
color: #C7F82C;
}
.AnyTagClassName
{
color: #C7F82C;
}
</style>
background-color css
<style>
a { background-color: #C7F82C; }
a { background-color: rgb(199,248,44); }
div.DivClassName
{
background-color: #C7F82C;
}
.BgClassName
{
background-color: #C7F82C;
}
</style>
border-color css
<style>
span { border-color: #C7F82C; }
span { border-color: rgb(199,248,44); }
td.TdClassName
{
border-color: #C7F82C;
}
.TagClassName
{
border-color: #C7F82C;
}
</style>