Shades of Pear #E5FC2D
Tints of Pear #E5FC2D
RGB
CMYK
RGB Variations
Color information
#E5FC2D (or 0xE5FC2D) is known color: Pear. HEX triplet: E5, FC and 2D. RGB value is (229,252,45). Sum of RGB (Red+Green+Blue) = 229+252+45=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FC2D is #1A03D2. Grayscale: #DEDEDE. Windows color (decimal): -1704915 or 3013861. OLE color: 3013861.
HSL color Cylindrical-coordinate representation of color #E5FC2D: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5FC2D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 252 | 45 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.01 |
| HSL | 66.67º | 0.97% | 0.58% | - |
| HSV(B) | 66.67º | 0.82% | 0.99% | - |
| XYZ | 67.6 | 86.47 | 15.61 | - |
| YUV | 221.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 252 | 45 | 0.09 | 0 | 0.82 | 0.01 | 66.67 | 0.97 | 0.58 |
| Hex | E5 | FC | 2D | 9 | 0 | 52 | 1 | 43 | 61 | 3A |
| Octal | 345 | 374 | 55 | 11 | 0 | 122 | 1 | 103 | 141 | 72 |
| Binary | 11100101 | 11111100 | 101101 | 1001 | 0 | 1010010 | 1 | 1000011 | 1100001 | 111010 |
Color Harmonies of #E5FC2D
Complementary color
Monochromatic Colors of #E5FC2D
Black with #E5FC2D
Text Example
Text Example
White with #E5FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FC2D; }
p { color: rgb(229,252,45); }
H1.HeaderClassName
{
color: #E5FC2D;
}
.AnyTagClassName
{
color: #E5FC2D;
}
</style>
background-color css
<style>
a { background-color: #E5FC2D; }
a { background-color: rgb(229,252,45); }
div.DivClassName
{
background-color: #E5FC2D;
}
.BgClassName
{
background-color: #E5FC2D;
}
</style>
border-color css
<style>
span { border-color: #E5FC2D; }
span { border-color: rgb(229,252,45); }
td.TdClassName
{
border-color: #E5FC2D;
}
.TagClassName
{
border-color: #E5FC2D;
}
</style>