Shades of Pear #C5F73C
Tints of Pear #C5F73C
RGB
CMYK
RGB Variations
Color information
#C5F73C (or 0xC5F73C) is known color: Pear. HEX triplet: C5, F7 and 3C. RGB value is (197,247,60). Sum of RGB (Red+Green+Blue) = 197+247+60=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F73C is #3A08C3. Grayscale: #D3D3D3. Windows color (decimal): -3803332 or 3995589. OLE color: 3995589.
HSL color Cylindrical-coordinate representation of color #C5F73C: hue angle of 76.04º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5F73C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 60 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.03 |
| HSL | 76.04º | 0.92% | 0.6% | - |
| HSV(B) | 76.04º | 0.76% | 0.97% | - |
| XYZ | 57.1 | 78.72 | 16.46 | - |
| YUV | 210.73 | 42.94 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 60 | 0.20 | 0 | 0.76 | 0.03 | 76.04 | 0.92 | 0.6 |
| Hex | C5 | F7 | 3C | 14 | 0 | 4C | 3 | 4C | 5C | 3C |
| Octal | 305 | 367 | 74 | 24 | 0 | 114 | 3 | 114 | 134 | 74 |
| Binary | 11000101 | 11110111 | 111100 | 10100 | 0 | 1001100 | 11 | 1001100 | 1011100 | 111100 |
Color Harmonies of #C5F73C
Complementary color
Monochromatic Colors of #C5F73C
Black with #C5F73C
Text Example
Text Example
White with #C5F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F73C; }
p { color: rgb(197,247,60); }
H1.HeaderClassName
{
color: #C5F73C;
}
.AnyTagClassName
{
color: #C5F73C;
}
</style>
background-color css
<style>
a { background-color: #C5F73C; }
a { background-color: rgb(197,247,60); }
div.DivClassName
{
background-color: #C5F73C;
}
.BgClassName
{
background-color: #C5F73C;
}
</style>
border-color css
<style>
span { border-color: #C5F73C; }
span { border-color: rgb(197,247,60); }
td.TdClassName
{
border-color: #C5F73C;
}
.TagClassName
{
border-color: #C5F73C;
}
</style>