Shades of Pear #C7F926
Tints of Pear #C7F926
RGB
CMYK
RGB Variations
Color information
#C7F926 (or 0xC7F926) is known color: Pear. HEX triplet: C7, F9 and 26. RGB value is (199,249,38). Sum of RGB (Red+Green+Blue) = 199+249+38=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F926 is #3806D9. Grayscale: #D2D2D2. Windows color (decimal): -3671770 or 2554311. OLE color: 2554311.
HSL color Cylindrical-coordinate representation of color #C7F926: hue angle of 74.22º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7F926 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 38 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.02 |
| HSL | 74.22º | 0.95% | 0.56% | - |
| HSV(B) | 74.22º | 0.85% | 0.98% | - |
| XYZ | 57.78 | 80.03 | 14.24 | - |
| YUV | 210 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 38 | 0.20 | 0 | 0.85 | 0.02 | 74.22 | 0.95 | 0.56 |
| Hex | C7 | F9 | 26 | 14 | 0 | 55 | 2 | 4A | 5F | 38 |
| Octal | 307 | 371 | 46 | 24 | 0 | 125 | 2 | 112 | 137 | 70 |
| Binary | 11000111 | 11111001 | 100110 | 10100 | 0 | 1010101 | 10 | 1001010 | 1011111 | 111000 |
Color Harmonies of #C7F926
Complementary color
Monochromatic Colors of #C7F926
Black with #C7F926
Text Example
Text Example
White with #C7F926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F926; }
p { color: rgb(199,249,38); }
H1.HeaderClassName
{
color: #C7F926;
}
.AnyTagClassName
{
color: #C7F926;
}
</style>
background-color css
<style>
a { background-color: #C7F926; }
a { background-color: rgb(199,249,38); }
div.DivClassName
{
background-color: #C7F926;
}
.BgClassName
{
background-color: #C7F926;
}
</style>
border-color css
<style>
span { border-color: #C7F926; }
span { border-color: rgb(199,249,38); }
td.TdClassName
{
border-color: #C7F926;
}
.TagClassName
{
border-color: #C7F926;
}
</style>