Shades of Pear #C5F442
Tints of Pear #C5F442
RGB
CMYK
RGB Variations
Color information
#C5F442 (or 0xC5F442) is known color: Pear. HEX triplet: C5, F4 and 42. RGB value is (197,244,66). Sum of RGB (Red+Green+Blue) = 197+244+66=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F442 is #3A0BBD. Grayscale: #D2D2D2. Windows color (decimal): -3804094 or 4388037. OLE color: 4388037.
HSL color Cylindrical-coordinate representation of color #C5F442: hue angle of 75.84º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5F442 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 66 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.04 |
| HSL | 75.84º | 0.89% | 0.61% | - |
| HSV(B) | 75.84º | 0.73% | 0.96% | - |
| XYZ | 56.36 | 76.97 | 17.04 | - |
| YUV | 209.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 66 | 0.19 | 0 | 0.73 | 0.04 | 75.84 | 0.89 | 0.61 |
| Hex | C5 | F4 | 42 | 13 | 0 | 49 | 4 | 4C | 59 | 3D |
| Octal | 305 | 364 | 102 | 23 | 0 | 111 | 4 | 114 | 131 | 75 |
| Binary | 11000101 | 11110100 | 1000010 | 10011 | 0 | 1001001 | 100 | 1001100 | 1011001 | 111101 |
Color Harmonies of #C5F442
Complementary color
Monochromatic Colors of #C5F442
Black with #C5F442
Text Example
Text Example
White with #C5F442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F442; }
p { color: rgb(197,244,66); }
H1.HeaderClassName
{
color: #C5F442;
}
.AnyTagClassName
{
color: #C5F442;
}
</style>
background-color css
<style>
a { background-color: #C5F442; }
a { background-color: rgb(197,244,66); }
div.DivClassName
{
background-color: #C5F442;
}
.BgClassName
{
background-color: #C5F442;
}
</style>
border-color css
<style>
span { border-color: #C5F442; }
span { border-color: rgb(197,244,66); }
td.TdClassName
{
border-color: #C5F442;
}
.TagClassName
{
border-color: #C5F442;
}
</style>