Shades of Pear #C5F62F
Tints of Pear #C5F62F
RGB
CMYK
RGB Variations
Color information
#C5F62F (or 0xC5F62F) is known color: Pear. HEX triplet: C5, F6 and 2F. RGB value is (197,246,47). Sum of RGB (Red+Green+Blue) = 197+246+47=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F62F is #3A09D0. Grayscale: #D1D1D1. Windows color (decimal): -3803601 or 3143365. OLE color: 3143365.
HSL color Cylindrical-coordinate representation of color #C5F62F: hue angle of 74.77º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5F62F is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 47 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.04 |
| HSL | 74.77º | 0.92% | 0.57% | - |
| HSV(B) | 74.77º | 0.81% | 0.96% | - |
| XYZ | 56.49 | 77.99 | 14.76 | - |
| YUV | 208.66 | 36.77 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 47 | 0.20 | 0 | 0.81 | 0.04 | 74.77 | 0.92 | 0.57 |
| Hex | C5 | F6 | 2F | 14 | 0 | 51 | 4 | 4B | 5C | 39 |
| Octal | 305 | 366 | 57 | 24 | 0 | 121 | 4 | 113 | 134 | 71 |
| Binary | 11000101 | 11110110 | 101111 | 10100 | 0 | 1010001 | 100 | 1001011 | 1011100 | 111001 |
Color Harmonies of #C5F62F
Complementary color
Monochromatic Colors of #C5F62F
Black with #C5F62F
Text Example
Text Example
White with #C5F62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F62F; }
p { color: rgb(197,246,47); }
H1.HeaderClassName
{
color: #C5F62F;
}
.AnyTagClassName
{
color: #C5F62F;
}
</style>
background-color css
<style>
a { background-color: #C5F62F; }
a { background-color: rgb(197,246,47); }
div.DivClassName
{
background-color: #C5F62F;
}
.BgClassName
{
background-color: #C5F62F;
}
</style>
border-color css
<style>
span { border-color: #C5F62F; }
span { border-color: rgb(197,246,47); }
td.TdClassName
{
border-color: #C5F62F;
}
.TagClassName
{
border-color: #C5F62F;
}
</style>