Shades of Pear #C5F736
Tints of Pear #C5F736
RGB
CMYK
RGB Variations
Color information
#C5F736 (or 0xC5F736) is known color: Pear. HEX triplet: C5, F7 and 36. RGB value is (197,247,54). Sum of RGB (Red+Green+Blue) = 197+247+54=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F736 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F736 is #3A08C9. Grayscale: #D2D2D2. Windows color (decimal): -3803338 or 3602373. OLE color: 3602373.
HSL color Cylindrical-coordinate representation of color #C5F736: hue angle of 75.54º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5F736 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 54 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.03 |
| HSL | 75.54º | 0.92% | 0.59% | - |
| HSV(B) | 75.54º | 0.78% | 0.97% | - |
| XYZ | 56.95 | 78.66 | 15.67 | - |
| YUV | 210.05 | 39.94 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 54 | 0.20 | 0 | 0.78 | 0.03 | 75.54 | 0.92 | 0.59 |
| Hex | C5 | F7 | 36 | 14 | 0 | 4E | 3 | 4C | 5C | 3B |
| Octal | 305 | 367 | 66 | 24 | 0 | 116 | 3 | 114 | 134 | 73 |
| Binary | 11000101 | 11110111 | 110110 | 10100 | 0 | 1001110 | 11 | 1001100 | 1011100 | 111011 |
Color Harmonies of #C5F736
Complementary color
Monochromatic Colors of #C5F736
Black with #C5F736
Text Example
Text Example
White with #C5F736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F736; }
p { color: rgb(197,247,54); }
H1.HeaderClassName
{
color: #C5F736;
}
.AnyTagClassName
{
color: #C5F736;
}
</style>
background-color css
<style>
a { background-color: #C5F736; }
a { background-color: rgb(197,247,54); }
div.DivClassName
{
background-color: #C5F736;
}
.BgClassName
{
background-color: #C5F736;
}
</style>
border-color css
<style>
span { border-color: #C5F736; }
span { border-color: rgb(197,247,54); }
td.TdClassName
{
border-color: #C5F736;
}
.TagClassName
{
border-color: #C5F736;
}
</style>