Shades of Pear #C4F52D
Tints of Pear #C4F52D
RGB
CMYK
RGB Variations
Color information
#C4F52D (or 0xC4F52D) is known color: Pear. HEX triplet: C4, F5 and 2D. RGB value is (196,245,45). Sum of RGB (Red+Green+Blue) = 196+245+45=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F52D is #3B0AD2. Grayscale: #D0D0D0. Windows color (decimal): -3869395 or 3012036. OLE color: 3012036.
HSL color Cylindrical-coordinate representation of color #C4F52D: hue angle of 74.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4F52D is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 245 | 45 | - |
| CMYK | 0.2 | 0 | 0.82 | 0.04 |
| HSL | 74.7º | 0.91% | 0.57% | - |
| HSV(B) | 74.7º | 0.82% | 0.96% | - |
| XYZ | 55.89 | 77.23 | 14.44 | - |
| YUV | 207.55 | 36.27 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 245 | 45 | 0.2 | 0 | 0.82 | 0.04 | 74.7 | 0.91 | 0.57 |
| Hex | C4 | F5 | 2D | 14 | 0 | 52 | 4 | 4B | 5B | 39 |
| Octal | 304 | 365 | 55 | 24 | 0 | 122 | 4 | 113 | 133 | 71 |
| Binary | 11000100 | 11110101 | 101101 | 10100 | 0 | 1010010 | 100 | 1001011 | 1011011 | 111001 |
Color Harmonies of #C4F52D
Complementary color
Monochromatic Colors of #C4F52D
Black with #C4F52D
Text Example
Text Example
White with #C4F52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F52D; }
p { color: rgb(196,245,45); }
H1.HeaderClassName
{
color: #C4F52D;
}
.AnyTagClassName
{
color: #C4F52D;
}
</style>
background-color css
<style>
a { background-color: #C4F52D; }
a { background-color: rgb(196,245,45); }
div.DivClassName
{
background-color: #C4F52D;
}
.BgClassName
{
background-color: #C4F52D;
}
</style>
border-color css
<style>
span { border-color: #C4F52D; }
span { border-color: rgb(196,245,45); }
td.TdClassName
{
border-color: #C4F52D;
}
.TagClassName
{
border-color: #C4F52D;
}
</style>