Shades of Pear #E2FD43
Tints of Pear #E2FD43
RGB
CMYK
RGB Variations
Color information
#E2FD43 (or 0xE2FD43) is known color: Pear. HEX triplet: E2, FD and 43. RGB value is (226,253,67). Sum of RGB (Red+Green+Blue) = 226+253+67=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 67 (26.56% from 255 or 12.27% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD43 is #1D02BC. Grayscale: #E0E0E0. Windows color (decimal): -1901245 or 4455906. OLE color: 4455906.
HSL color Cylindrical-coordinate representation of color #E2FD43: hue angle of 68.71º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2FD43 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 67 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.01 |
| HSL | 68.71º | 0.98% | 0.63% | - |
| HSV(B) | 68.71º | 0.74% | 0.99% | - |
| XYZ | 67.5 | 86.82 | 18.51 | - |
| YUV | 223.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 67 | 0.11 | 0 | 0.74 | 0.01 | 68.71 | 0.98 | 0.63 |
| Hex | E2 | FD | 43 | B | 0 | 4A | 1 | 45 | 62 | 3F |
| Octal | 342 | 375 | 103 | 13 | 0 | 112 | 1 | 105 | 142 | 77 |
| Binary | 11100010 | 11111101 | 1000011 | 1011 | 0 | 1001010 | 1 | 1000101 | 1100010 | 111111 |
Color Harmonies of #E2FD43
Complementary color
Monochromatic Colors of #E2FD43
Black with #E2FD43
Text Example
Text Example
White with #E2FD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD43; }
p { color: rgb(226,253,67); }
H1.HeaderClassName
{
color: #E2FD43;
}
.AnyTagClassName
{
color: #E2FD43;
}
</style>
background-color css
<style>
a { background-color: #E2FD43; }
a { background-color: rgb(226,253,67); }
div.DivClassName
{
background-color: #E2FD43;
}
.BgClassName
{
background-color: #E2FD43;
}
</style>
border-color css
<style>
span { border-color: #E2FD43; }
span { border-color: rgb(226,253,67); }
td.TdClassName
{
border-color: #E2FD43;
}
.TagClassName
{
border-color: #E2FD43;
}
</style>