Shades of Pear #C7F821
Tints of Pear #C7F821
RGB
CMYK
RGB Variations
Color information
#C7F821 (or 0xC7F821) is known color: Pear. HEX triplet: C7, F8 and 21. RGB value is (199,248,33). Sum of RGB (Red+Green+Blue) = 199+248+33=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F821 is #3807DE. Grayscale: #D1D1D1. Windows color (decimal): -3672031 or 2226375. OLE color: 2226375.
HSL color Cylindrical-coordinate representation of color #C7F821: hue angle of 73.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7F821 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 33 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.03 |
| HSL | 73.67º | 0.94% | 0.55% | - |
| HSV(B) | 73.67º | 0.87% | 0.97% | - |
| XYZ | 57.4 | 79.39 | 13.74 | - |
| YUV | 208.84 | 28.77 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 33 | 0.20 | 0 | 0.87 | 0.03 | 73.67 | 0.94 | 0.55 |
| Hex | C7 | F8 | 21 | 14 | 0 | 57 | 3 | 4A | 5E | 37 |
| Octal | 307 | 370 | 41 | 24 | 0 | 127 | 3 | 112 | 136 | 67 |
| Binary | 11000111 | 11111000 | 100001 | 10100 | 0 | 1010111 | 11 | 1001010 | 1011110 | 110111 |
Color Harmonies of #C7F821
Complementary color
Monochromatic Colors of #C7F821
Black with #C7F821
Text Example
Text Example
White with #C7F821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F821; }
p { color: rgb(199,248,33); }
H1.HeaderClassName
{
color: #C7F821;
}
.AnyTagClassName
{
color: #C7F821;
}
</style>
background-color css
<style>
a { background-color: #C7F821; }
a { background-color: rgb(199,248,33); }
div.DivClassName
{
background-color: #C7F821;
}
.BgClassName
{
background-color: #C7F821;
}
</style>
border-color css
<style>
span { border-color: #C7F821; }
span { border-color: rgb(199,248,33); }
td.TdClassName
{
border-color: #C7F821;
}
.TagClassName
{
border-color: #C7F821;
}
</style>