Shades of Pear #C7F628
Tints of Pear #C7F628
RGB
CMYK
RGB Variations
Color information
#C7F628 (or 0xC7F628) is known color: Pear. HEX triplet: C7, F6 and 28. RGB value is (199,246,40). Sum of RGB (Red+Green+Blue) = 199+246+40=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #C7F628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F628 is #3809D7. Grayscale: #D1D1D1. Windows color (decimal): -3672536 or 2684615. OLE color: 2684615.
HSL color Cylindrical-coordinate representation of color #C7F628: hue angle of 73.69º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7F628 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 246 | 40 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.04 |
| HSL | 73.69º | 0.92% | 0.56% | - |
| HSV(B) | 73.69º | 0.84% | 0.96% | - |
| XYZ | 56.89 | 78.21 | 14.1 | - |
| YUV | 208.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 246 | 40 | 0.19 | 0 | 0.84 | 0.04 | 73.69 | 0.92 | 0.56 |
| Hex | C7 | F6 | 28 | 13 | 0 | 54 | 4 | 4A | 5C | 38 |
| Octal | 307 | 366 | 50 | 23 | 0 | 124 | 4 | 112 | 134 | 70 |
| Binary | 11000111 | 11110110 | 101000 | 10011 | 0 | 1010100 | 100 | 1001010 | 1011100 | 111000 |
Color Harmonies of #C7F628
Complementary color
Monochromatic Colors of #C7F628
Black with #C7F628
Text Example
Text Example
White with #C7F628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F628; }
p { color: rgb(199,246,40); }
H1.HeaderClassName
{
color: #C7F628;
}
.AnyTagClassName
{
color: #C7F628;
}
</style>
background-color css
<style>
a { background-color: #C7F628; }
a { background-color: rgb(199,246,40); }
div.DivClassName
{
background-color: #C7F628;
}
.BgClassName
{
background-color: #C7F628;
}
</style>
border-color css
<style>
span { border-color: #C7F628; }
span { border-color: rgb(199,246,40); }
td.TdClassName
{
border-color: #C7F628;
}
.TagClassName
{
border-color: #C7F628;
}
</style>