Shades of Pear #C7F535
Tints of Pear #C7F535
RGB
CMYK
RGB Variations
Color information
#C7F535 (or 0xC7F535) is known color: Pear. HEX triplet: C7, F5 and 35. RGB value is (199,245,53). Sum of RGB (Red+Green+Blue) = 199+245+53=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F535 is #380ACA. Grayscale: #D2D2D2. Windows color (decimal): -3672779 or 3536327. OLE color: 3536327.
HSL color Cylindrical-coordinate representation of color #C7F535: hue angle of 74.37º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7F535 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 53 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.04 |
| HSL | 74.37º | 0.91% | 0.58% | - |
| HSV(B) | 74.37º | 0.78% | 0.96% | - |
| XYZ | 56.85 | 77.7 | 15.37 | - |
| YUV | 209.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 53 | 0.19 | 0 | 0.78 | 0.04 | 74.37 | 0.91 | 0.58 |
| Hex | C7 | F5 | 35 | 13 | 0 | 4E | 4 | 4A | 5B | 3A |
| Octal | 307 | 365 | 65 | 23 | 0 | 116 | 4 | 112 | 133 | 72 |
| Binary | 11000111 | 11110101 | 110101 | 10011 | 0 | 1001110 | 100 | 1001010 | 1011011 | 111010 |
Color Harmonies of #C7F535
Complementary color
Monochromatic Colors of #C7F535
Black with #C7F535
Text Example
Text Example
White with #C7F535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F535; }
p { color: rgb(199,245,53); }
H1.HeaderClassName
{
color: #C7F535;
}
.AnyTagClassName
{
color: #C7F535;
}
</style>
background-color css
<style>
a { background-color: #C7F535; }
a { background-color: rgb(199,245,53); }
div.DivClassName
{
background-color: #C7F535;
}
.BgClassName
{
background-color: #C7F535;
}
</style>
border-color css
<style>
span { border-color: #C7F535; }
span { border-color: rgb(199,245,53); }
td.TdClassName
{
border-color: #C7F535;
}
.TagClassName
{
border-color: #C7F535;
}
</style>