Shades of Pear #C7F921
Tints of Pear #C7F921
RGB
CMYK
RGB Variations
Color information
#C7F921 (or 0xC7F921) is known color: Pear. HEX triplet: C7, F9 and 21. RGB value is (199,249,33). Sum of RGB (Red+Green+Blue) = 199+249+33=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F921 is #3806DE. Grayscale: #D2D2D2. Windows color (decimal): -3671775 or 2226631. OLE color: 2226631.
HSL color Cylindrical-coordinate representation of color #C7F921: hue angle of 73.89º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7F921 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 33 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.02 |
| HSL | 73.89º | 0.95% | 0.55% | - |
| HSV(B) | 73.89º | 0.87% | 0.98% | - |
| XYZ | 57.7 | 80 | 13.84 | - |
| YUV | 209.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 33 | 0.20 | 0 | 0.87 | 0.02 | 73.89 | 0.95 | 0.55 |
| Hex | C7 | F9 | 21 | 14 | 0 | 57 | 2 | 4A | 5F | 37 |
| Octal | 307 | 371 | 41 | 24 | 0 | 127 | 2 | 112 | 137 | 67 |
| Binary | 11000111 | 11111001 | 100001 | 10100 | 0 | 1010111 | 10 | 1001010 | 1011111 | 110111 |
Color Harmonies of #C7F921
Complementary color
Monochromatic Colors of #C7F921
Black with #C7F921
Text Example
Text Example
White with #C7F921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F921; }
p { color: rgb(199,249,33); }
H1.HeaderClassName
{
color: #C7F921;
}
.AnyTagClassName
{
color: #C7F921;
}
</style>
background-color css
<style>
a { background-color: #C7F921; }
a { background-color: rgb(199,249,33); }
div.DivClassName
{
background-color: #C7F921;
}
.BgClassName
{
background-color: #C7F921;
}
</style>
border-color css
<style>
span { border-color: #C7F921; }
span { border-color: rgb(199,249,33); }
td.TdClassName
{
border-color: #C7F921;
}
.TagClassName
{
border-color: #C7F921;
}
</style>