Shades of Pear #E4FB31
Tints of Pear #E4FB31
RGB
CMYK
RGB Variations
Color information
#E4FB31 (or 0xE4FB31) is known color: Pear. HEX triplet: E4, FB and 31. RGB value is (228,251,49). Sum of RGB (Red+Green+Blue) = 228+251+49=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #E4FB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FB31 is #1B04CE. Grayscale: #DDDDDD. Windows color (decimal): -1770703 or 3275748. OLE color: 3275748.
HSL color Cylindrical-coordinate representation of color #E4FB31: hue angle of 66.83º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4FB31 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 251 | 49 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.02 |
| HSL | 66.83º | 0.96% | 0.59% | - |
| HSV(B) | 66.83º | 0.8% | 0.98% | - |
| XYZ | 67.05 | 85.71 | 15.92 | - |
| YUV | 221.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 251 | 49 | 0.09 | 0 | 0.80 | 0.02 | 66.83 | 0.96 | 0.59 |
| Hex | E4 | FB | 31 | 9 | 0 | 50 | 2 | 43 | 60 | 3B |
| Octal | 344 | 373 | 61 | 11 | 0 | 120 | 2 | 103 | 140 | 73 |
| Binary | 11100100 | 11111011 | 110001 | 1001 | 0 | 1010000 | 10 | 1000011 | 1100000 | 111011 |
Color Harmonies of #E4FB31
Complementary color
Monochromatic Colors of #E4FB31
Black with #E4FB31
Text Example
Text Example
White with #E4FB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FB31; }
p { color: rgb(228,251,49); }
H1.HeaderClassName
{
color: #E4FB31;
}
.AnyTagClassName
{
color: #E4FB31;
}
</style>
background-color css
<style>
a { background-color: #E4FB31; }
a { background-color: rgb(228,251,49); }
div.DivClassName
{
background-color: #E4FB31;
}
.BgClassName
{
background-color: #E4FB31;
}
</style>
border-color css
<style>
span { border-color: #E4FB31; }
span { border-color: rgb(228,251,49); }
td.TdClassName
{
border-color: #E4FB31;
}
.TagClassName
{
border-color: #E4FB31;
}
</style>