Shades of Pear #C5F73D
Tints of Pear #C5F73D
RGB
CMYK
RGB Variations
Color information
#C5F73D (or 0xC5F73D) is known color: Pear. HEX triplet: C5, F7 and 3D. RGB value is (197,247,61). Sum of RGB (Red+Green+Blue) = 197+247+61=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F73D is #3A08C2. Grayscale: #D3D3D3. Windows color (decimal): -3803331 or 4061125. OLE color: 4061125.
HSL color Cylindrical-coordinate representation of color #C5F73D: hue angle of 76.13º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5F73D is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 61 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.03 |
| HSL | 76.13º | 0.92% | 0.6% | - |
| HSV(B) | 76.13º | 0.75% | 0.97% | - |
| XYZ | 57.13 | 78.73 | 16.6 | - |
| YUV | 210.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 61 | 0.20 | 0 | 0.75 | 0.03 | 76.13 | 0.92 | 0.6 |
| Hex | C5 | F7 | 3D | 14 | 0 | 4B | 3 | 4C | 5C | 3C |
| Octal | 305 | 367 | 75 | 24 | 0 | 113 | 3 | 114 | 134 | 74 |
| Binary | 11000101 | 11110111 | 111101 | 10100 | 0 | 1001011 | 11 | 1001100 | 1011100 | 111100 |
Color Harmonies of #C5F73D
Complementary color
Monochromatic Colors of #C5F73D
Black with #C5F73D
Text Example
Text Example
White with #C5F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F73D; }
p { color: rgb(197,247,61); }
H1.HeaderClassName
{
color: #C5F73D;
}
.AnyTagClassName
{
color: #C5F73D;
}
</style>
background-color css
<style>
a { background-color: #C5F73D; }
a { background-color: rgb(197,247,61); }
div.DivClassName
{
background-color: #C5F73D;
}
.BgClassName
{
background-color: #C5F73D;
}
</style>
border-color css
<style>
span { border-color: #C5F73D; }
span { border-color: rgb(197,247,61); }
td.TdClassName
{
border-color: #C5F73D;
}
.TagClassName
{
border-color: #C5F73D;
}
</style>