Shades of Pear #E5FF2D
Tints of Pear #E5FF2D
RGB
CMYK
RGB Variations
Color information
#E5FF2D (or 0xE5FF2D) is known color: Pear. HEX triplet: E5, FF and 2D. RGB value is (229,255,45). Sum of RGB (Red+Green+Blue) = 229+255+45=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FF2D is #1A00D2. Grayscale: #E0E0E0. Windows color (decimal): -1704147 or 3014629. OLE color: 3014629.
HSL color Cylindrical-coordinate representation of color #E5FF2D: hue angle of 67.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5FF2D is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 45 | - |
| CMYK | 0.10 | 0 | 0.82 | 0 |
| HSL | 67.43º | 1% | 0.59% | - |
| HSV(B) | 67.43º | 0.82% | 1% | - |
| XYZ | 68.55 | 88.37 | 15.93 | - |
| YUV | 223.29 | 27.39 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 45 | 0.10 | 0 | 0.82 | 0 | 67.43 | 1 | 0.59 |
| Hex | E5 | FF | 2D | A | 0 | 52 | 0 | 43 | 64 | 3B |
| Octal | 345 | 377 | 55 | 12 | 0 | 122 | 0 | 103 | 144 | 73 |
| Binary | 11100101 | 11111111 | 101101 | 1010 | 0 | 1010010 | 0 | 1000011 | 1100100 | 111011 |
Color Harmonies of #E5FF2D
Complementary color
Monochromatic Colors of #E5FF2D
Black with #E5FF2D
Text Example
Text Example
White with #E5FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF2D; }
p { color: rgb(229,255,45); }
H1.HeaderClassName
{
color: #E5FF2D;
}
.AnyTagClassName
{
color: #E5FF2D;
}
</style>
background-color css
<style>
a { background-color: #E5FF2D; }
a { background-color: rgb(229,255,45); }
div.DivClassName
{
background-color: #E5FF2D;
}
.BgClassName
{
background-color: #E5FF2D;
}
</style>
border-color css
<style>
span { border-color: #E5FF2D; }
span { border-color: rgb(229,255,45); }
td.TdClassName
{
border-color: #E5FF2D;
}
.TagClassName
{
border-color: #E5FF2D;
}
</style>