Shades of Pear #C7F935
Tints of Pear #C7F935
RGB
CMYK
RGB Variations
Color information
#C7F935 (or 0xC7F935) is known color: Pear. HEX triplet: C7, F9 and 35. RGB value is (199,249,53). Sum of RGB (Red+Green+Blue) = 199+249+53=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F935 is #3806CA. Grayscale: #D4D4D4. Windows color (decimal): -3671755 or 3537351. OLE color: 3537351.
HSL color Cylindrical-coordinate representation of color #C7F935: hue angle of 75.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7F935 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 53 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.02 |
| HSL | 75.31º | 0.94% | 0.59% | - |
| HSV(B) | 75.31º | 0.79% | 0.98% | - |
| XYZ | 58.07 | 80.15 | 15.78 | - |
| YUV | 211.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 53 | 0.20 | 0 | 0.79 | 0.02 | 75.31 | 0.94 | 0.59 |
| Hex | C7 | F9 | 35 | 14 | 0 | 4F | 2 | 4B | 5E | 3B |
| Octal | 307 | 371 | 65 | 24 | 0 | 117 | 2 | 113 | 136 | 73 |
| Binary | 11000111 | 11111001 | 110101 | 10100 | 0 | 1001111 | 10 | 1001011 | 1011110 | 111011 |
Color Harmonies of #C7F935
Complementary color
Monochromatic Colors of #C7F935
Black with #C7F935
Text Example
Text Example
White with #C7F935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F935; }
p { color: rgb(199,249,53); }
H1.HeaderClassName
{
color: #C7F935;
}
.AnyTagClassName
{
color: #C7F935;
}
</style>
background-color css
<style>
a { background-color: #C7F935; }
a { background-color: rgb(199,249,53); }
div.DivClassName
{
background-color: #C7F935;
}
.BgClassName
{
background-color: #C7F935;
}
</style>
border-color css
<style>
span { border-color: #C7F935; }
span { border-color: rgb(199,249,53); }
td.TdClassName
{
border-color: #C7F935;
}
.TagClassName
{
border-color: #C7F935;
}
</style>