Shades of Pear #C4F424
Tints of Pear #C4F424
RGB
CMYK
RGB Variations
Color information
#C4F424 (or 0xC4F424) is known color: Pear. HEX triplet: C4, F4 and 24. RGB value is (196,244,36). Sum of RGB (Red+Green+Blue) = 196+244+36=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F424 is #3B0BDB. Grayscale: #CECECE. Windows color (decimal): -3869660 or 2421956. OLE color: 2421956.
HSL color Cylindrical-coordinate representation of color #C4F424: hue angle of 73.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4F424 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 244 | 36 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.04 |
| HSL | 73.85º | 0.9% | 0.55% | - |
| HSV(B) | 73.85º | 0.85% | 0.96% | - |
| XYZ | 55.43 | 76.56 | 13.53 | - |
| YUV | 205.94 | 32.1 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 244 | 36 | 0.20 | 0 | 0.85 | 0.04 | 73.85 | 0.9 | 0.55 |
| Hex | C4 | F4 | 24 | 14 | 0 | 55 | 4 | 4A | 5A | 37 |
| Octal | 304 | 364 | 44 | 24 | 0 | 125 | 4 | 112 | 132 | 67 |
| Binary | 11000100 | 11110100 | 100100 | 10100 | 0 | 1010101 | 100 | 1001010 | 1011010 | 110111 |
Color Harmonies of #C4F424
Complementary color
Monochromatic Colors of #C4F424
Black with #C4F424
Text Example
Text Example
White with #C4F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F424; }
p { color: rgb(196,244,36); }
H1.HeaderClassName
{
color: #C4F424;
}
.AnyTagClassName
{
color: #C4F424;
}
</style>
background-color css
<style>
a { background-color: #C4F424; }
a { background-color: rgb(196,244,36); }
div.DivClassName
{
background-color: #C4F424;
}
.BgClassName
{
background-color: #C4F424;
}
</style>
border-color css
<style>
span { border-color: #C4F424; }
span { border-color: rgb(196,244,36); }
td.TdClassName
{
border-color: #C4F424;
}
.TagClassName
{
border-color: #C4F424;
}
</style>