Shades of Pear #C7FA21
Tints of Pear #C7FA21
RGB
CMYK
RGB Variations
Color information
#C7FA21 (or 0xC7FA21) is known color: Pear. HEX triplet: C7, FA and 21. RGB value is (199,250,33). Sum of RGB (Red+Green+Blue) = 199+250+33=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FA21 is #3805DE. Grayscale: #D2D2D2. Windows color (decimal): -3671519 or 2226887. OLE color: 2226887.
HSL color Cylindrical-coordinate representation of color #C7FA21: hue angle of 74.1º degrees, saturation: 0.96, 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 #C7FA21 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 33 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.02 |
| HSL | 74.1º | 0.96% | 0.55% | - |
| HSV(B) | 74.1º | 0.87% | 0.98% | - |
| XYZ | 58.01 | 80.62 | 13.94 | - |
| YUV | 210.01 | 28.1 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 33 | 0.20 | 0 | 0.87 | 0.02 | 74.1 | 0.96 | 0.55 |
| Hex | C7 | FA | 21 | 14 | 0 | 57 | 2 | 4A | 60 | 37 |
| Octal | 307 | 372 | 41 | 24 | 0 | 127 | 2 | 112 | 140 | 67 |
| Binary | 11000111 | 11111010 | 100001 | 10100 | 0 | 1010111 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C7FA21
Complementary color
Monochromatic Colors of #C7FA21
Black with #C7FA21
Text Example
Text Example
White with #C7FA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA21; }
p { color: rgb(199,250,33); }
H1.HeaderClassName
{
color: #C7FA21;
}
.AnyTagClassName
{
color: #C7FA21;
}
</style>
background-color css
<style>
a { background-color: #C7FA21; }
a { background-color: rgb(199,250,33); }
div.DivClassName
{
background-color: #C7FA21;
}
.BgClassName
{
background-color: #C7FA21;
}
</style>
border-color css
<style>
span { border-color: #C7FA21; }
span { border-color: rgb(199,250,33); }
td.TdClassName
{
border-color: #C7FA21;
}
.TagClassName
{
border-color: #C7FA21;
}
</style>