Shades of Pear #C5F72D
Tints of Pear #C5F72D
RGB
CMYK
RGB Variations
Color information
#C5F72D (or 0xC5F72D) is known color: Pear. HEX triplet: C5, F7 and 2D. RGB value is (197,247,45). Sum of RGB (Red+Green+Blue) = 197+247+45=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F72D is #3A08D2. Grayscale: #D1D1D1. Windows color (decimal): -3803347 or 3012549. OLE color: 3012549.
HSL color Cylindrical-coordinate representation of color #C5F72D: hue angle of 74.85º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5F72D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.03 |
| HSL | 74.85º | 0.93% | 0.57% | - |
| HSV(B) | 74.85º | 0.82% | 0.97% | - |
| XYZ | 56.76 | 78.58 | 14.66 | - |
| YUV | 209.02 | 35.44 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 45 | 0.20 | 0 | 0.82 | 0.03 | 74.85 | 0.93 | 0.57 |
| Hex | C5 | F7 | 2D | 14 | 0 | 52 | 3 | 4B | 5D | 39 |
| Octal | 305 | 367 | 55 | 24 | 0 | 122 | 3 | 113 | 135 | 71 |
| Binary | 11000101 | 11110111 | 101101 | 10100 | 0 | 1010010 | 11 | 1001011 | 1011101 | 111001 |
Color Harmonies of #C5F72D
Complementary color
Monochromatic Colors of #C5F72D
Black with #C5F72D
Text Example
Text Example
White with #C5F72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F72D; }
p { color: rgb(197,247,45); }
H1.HeaderClassName
{
color: #C5F72D;
}
.AnyTagClassName
{
color: #C5F72D;
}
</style>
background-color css
<style>
a { background-color: #C5F72D; }
a { background-color: rgb(197,247,45); }
div.DivClassName
{
background-color: #C5F72D;
}
.BgClassName
{
background-color: #C5F72D;
}
</style>
border-color css
<style>
span { border-color: #C5F72D; }
span { border-color: rgb(197,247,45); }
td.TdClassName
{
border-color: #C5F72D;
}
.TagClassName
{
border-color: #C5F72D;
}
</style>