Shades of Pear #C7F62B
Tints of Pear #C7F62B
RGB
CMYK
RGB Variations
Color information
#C7F62B (or 0xC7F62B) is known color: Pear. HEX triplet: C7, F6 and 2B. RGB value is (199,246,43). Sum of RGB (Red+Green+Blue) = 199+246+43=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #C7F62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F62B is #3809D4. Grayscale: #D1D1D1. Windows color (decimal): -3672533 or 2881223. OLE color: 2881223.
HSL color Cylindrical-coordinate representation of color #C7F62B: hue angle of 73.89º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7F62B is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 246 | 43 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.04 |
| HSL | 73.89º | 0.92% | 0.57% | - |
| HSV(B) | 73.89º | 0.83% | 0.96% | - |
| XYZ | 56.95 | 78.23 | 14.38 | - |
| YUV | 208.81 | 34.43 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 246 | 43 | 0.19 | 0 | 0.83 | 0.04 | 73.89 | 0.92 | 0.57 |
| Hex | C7 | F6 | 2B | 13 | 0 | 53 | 4 | 4A | 5C | 39 |
| Octal | 307 | 366 | 53 | 23 | 0 | 123 | 4 | 112 | 134 | 71 |
| Binary | 11000111 | 11110110 | 101011 | 10011 | 0 | 1010011 | 100 | 1001010 | 1011100 | 111001 |
Color Harmonies of #C7F62B
Complementary color
Monochromatic Colors of #C7F62B
Black with #C7F62B
Text Example
Text Example
White with #C7F62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F62B; }
p { color: rgb(199,246,43); }
H1.HeaderClassName
{
color: #C7F62B;
}
.AnyTagClassName
{
color: #C7F62B;
}
</style>
background-color css
<style>
a { background-color: #C7F62B; }
a { background-color: rgb(199,246,43); }
div.DivClassName
{
background-color: #C7F62B;
}
.BgClassName
{
background-color: #C7F62B;
}
</style>
border-color css
<style>
span { border-color: #C7F62B; }
span { border-color: rgb(199,246,43); }
td.TdClassName
{
border-color: #C7F62B;
}
.TagClassName
{
border-color: #C7F62B;
}
</style>