Shades of Pear #E4FC31
Tints of Pear #E4FC31
RGB
CMYK
RGB Variations
Color information
#E4FC31 (or 0xE4FC31) is known color: Pear. HEX triplet: E4, FC and 31. RGB value is (228,252,49). Sum of RGB (Red+Green+Blue) = 228+252+49=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #E4FC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FC31 is #1B03CE. Grayscale: #DEDEDE. Windows color (decimal): -1770447 or 3276004. OLE color: 3276004.
HSL color Cylindrical-coordinate representation of color #E4FC31: hue angle of 67.09º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4FC31 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 252 | 49 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.01 |
| HSL | 67.09º | 0.97% | 0.59% | - |
| HSV(B) | 67.09º | 0.81% | 0.99% | - |
| XYZ | 67.36 | 86.34 | 16.02 | - |
| YUV | 221.68 | 30.55 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 252 | 49 | 0.10 | 0 | 0.81 | 0.01 | 67.09 | 0.97 | 0.59 |
| Hex | E4 | FC | 31 | A | 0 | 51 | 1 | 43 | 61 | 3B |
| Octal | 344 | 374 | 61 | 12 | 0 | 121 | 1 | 103 | 141 | 73 |
| Binary | 11100100 | 11111100 | 110001 | 1010 | 0 | 1010001 | 1 | 1000011 | 1100001 | 111011 |
Color Harmonies of #E4FC31
Complementary color
Monochromatic Colors of #E4FC31
Black with #E4FC31
Text Example
Text Example
White with #E4FC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FC31; }
p { color: rgb(228,252,49); }
H1.HeaderClassName
{
color: #E4FC31;
}
.AnyTagClassName
{
color: #E4FC31;
}
</style>
background-color css
<style>
a { background-color: #E4FC31; }
a { background-color: rgb(228,252,49); }
div.DivClassName
{
background-color: #E4FC31;
}
.BgClassName
{
background-color: #E4FC31;
}
</style>
border-color css
<style>
span { border-color: #E4FC31; }
span { border-color: rgb(228,252,49); }
td.TdClassName
{
border-color: #E4FC31;
}
.TagClassName
{
border-color: #E4FC31;
}
</style>