Shades of Pear #E6FE25
Tints of Pear #E6FE25
RGB
CMYK
RGB Variations
Color information
#E6FE25 (or 0xE6FE25) is known color: Pear. HEX triplet: E6, FE and 25. RGB value is (230,254,37). Sum of RGB (Red+Green+Blue) = 230+254+37=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FE25 is #1901DA. Grayscale: #DEDEDE. Windows color (decimal): -1638875 or 2490086. OLE color: 2490086.
HSL color Cylindrical-coordinate representation of color #E6FE25: hue angle of 66.64º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6FE25 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 37 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.00 |
| HSL | 66.64º | 0.99% | 0.57% | - |
| HSV(B) | 66.64º | 0.85% | 1% | - |
| XYZ | 68.41 | 87.84 | 15.1 | - |
| YUV | 222.09 | 23.55 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 37 | 0.09 | 0 | 0.85 | 0.00 | 66.64 | 0.99 | 0.57 |
| Hex | E6 | FE | 25 | 9 | 0 | 55 | 0 | 43 | 63 | 39 |
| Octal | 346 | 376 | 45 | 11 | 0 | 125 | 0 | 103 | 143 | 71 |
| Binary | 11100110 | 11111110 | 100101 | 1001 | 0 | 1010101 | 0 | 1000011 | 1100011 | 111001 |
Color Harmonies of #E6FE25
Complementary color
Monochromatic Colors of #E6FE25
Black with #E6FE25
Text Example
Text Example
White with #E6FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FE25; }
p { color: rgb(230,254,37); }
H1.HeaderClassName
{
color: #E6FE25;
}
.AnyTagClassName
{
color: #E6FE25;
}
</style>
background-color css
<style>
a { background-color: #E6FE25; }
a { background-color: rgb(230,254,37); }
div.DivClassName
{
background-color: #E6FE25;
}
.BgClassName
{
background-color: #E6FE25;
}
</style>
border-color css
<style>
span { border-color: #E6FE25; }
span { border-color: rgb(230,254,37); }
td.TdClassName
{
border-color: #E6FE25;
}
.TagClassName
{
border-color: #E6FE25;
}
</style>