Shades of Pear #C5F645
Tints of Pear #C5F645
RGB
CMYK
RGB Variations
Color information
#C5F645 (or 0xC5F645) is known color: Pear. HEX triplet: C5, F6 and 45. RGB value is (197,246,69). Sum of RGB (Red+Green+Blue) = 197+246+69=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F645 is #3A09BA. Grayscale: #D3D3D3. Windows color (decimal): -3803579 or 4585157. OLE color: 4585157.
HSL color Cylindrical-coordinate representation of color #C5F645: hue angle of 76.61º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5F645 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 69 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.04 |
| HSL | 76.61º | 0.91% | 0.62% | - |
| HSV(B) | 76.61º | 0.72% | 0.96% | - |
| XYZ | 57.06 | 78.21 | 17.72 | - |
| YUV | 211.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 69 | 0.20 | 0 | 0.72 | 0.04 | 76.61 | 0.91 | 0.62 |
| Hex | C5 | F6 | 45 | 14 | 0 | 48 | 4 | 4D | 5B | 3E |
| Octal | 305 | 366 | 105 | 24 | 0 | 110 | 4 | 115 | 133 | 76 |
| Binary | 11000101 | 11110110 | 1000101 | 10100 | 0 | 1001000 | 100 | 1001101 | 1011011 | 111110 |
Color Harmonies of #C5F645
Complementary color
Monochromatic Colors of #C5F645
Black with #C5F645
Text Example
Text Example
White with #C5F645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F645; }
p { color: rgb(197,246,69); }
H1.HeaderClassName
{
color: #C5F645;
}
.AnyTagClassName
{
color: #C5F645;
}
</style>
background-color css
<style>
a { background-color: #C5F645; }
a { background-color: rgb(197,246,69); }
div.DivClassName
{
background-color: #C5F645;
}
.BgClassName
{
background-color: #C5F645;
}
</style>
border-color css
<style>
span { border-color: #C5F645; }
span { border-color: rgb(197,246,69); }
td.TdClassName
{
border-color: #C5F645;
}
.TagClassName
{
border-color: #C5F645;
}
</style>