Shades of Pear #C5F340
Tints of Pear #C5F340
RGB
CMYK
RGB Variations
Color information
#C5F340 (or 0xC5F340) is known color: Pear. HEX triplet: C5, F3 and 40. RGB value is (197,243,64). Sum of RGB (Red+Green+Blue) = 197+243+64=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F340 is #3A0CBF. Grayscale: #D1D1D1. Windows color (decimal): -3804352 or 4256709. OLE color: 4256709.
HSL color Cylindrical-coordinate representation of color #C5F340: hue angle of 75.42º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5F340 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 64 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.05 |
| HSL | 75.42º | 0.88% | 0.6% | - |
| HSV(B) | 75.42º | 0.74% | 0.95% | - |
| XYZ | 56 | 76.34 | 16.63 | - |
| YUV | 208.84 | 46.26 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 64 | 0.19 | 0 | 0.74 | 0.05 | 75.42 | 0.88 | 0.6 |
| Hex | C5 | F3 | 40 | 13 | 0 | 4A | 5 | 4B | 58 | 3C |
| Octal | 305 | 363 | 100 | 23 | 0 | 112 | 5 | 113 | 130 | 74 |
| Binary | 11000101 | 11110011 | 1000000 | 10011 | 0 | 1001010 | 101 | 1001011 | 1011000 | 111100 |
Color Harmonies of #C5F340
Complementary color
Monochromatic Colors of #C5F340
Black with #C5F340
Text Example
Text Example
White with #C5F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F340; }
p { color: rgb(197,243,64); }
H1.HeaderClassName
{
color: #C5F340;
}
.AnyTagClassName
{
color: #C5F340;
}
</style>
background-color css
<style>
a { background-color: #C5F340; }
a { background-color: rgb(197,243,64); }
div.DivClassName
{
background-color: #C5F340;
}
.BgClassName
{
background-color: #C5F340;
}
</style>
border-color css
<style>
span { border-color: #C5F340; }
span { border-color: rgb(197,243,64); }
td.TdClassName
{
border-color: #C5F340;
}
.TagClassName
{
border-color: #C5F340;
}
</style>