Shades of Pear #E6FE28
Tints of Pear #E6FE28
RGB
CMYK
RGB Variations
Color information
#E6FE28 (or 0xE6FE28) is known color: Pear. HEX triplet: E6, FE and 28. RGB value is (230,254,40). Sum of RGB (Red+Green+Blue) = 230+254+40=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FE28 is #1901D7. Grayscale: #DFDFDF. Windows color (decimal): -1638872 or 2686694. OLE color: 2686694.
HSL color Cylindrical-coordinate representation of color #E6FE28: hue angle of 66.73º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6FE28 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 40 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.00 |
| HSL | 66.73º | 0.99% | 0.58% | - |
| HSV(B) | 66.73º | 0.84% | 1% | - |
| XYZ | 68.46 | 87.86 | 15.36 | - |
| YUV | 222.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 40 | 0.09 | 0 | 0.84 | 0.00 | 66.73 | 0.99 | 0.58 |
| Hex | E6 | FE | 28 | 9 | 0 | 54 | 0 | 43 | 63 | 3A |
| Octal | 346 | 376 | 50 | 11 | 0 | 124 | 0 | 103 | 143 | 72 |
| Binary | 11100110 | 11111110 | 101000 | 1001 | 0 | 1010100 | 0 | 1000011 | 1100011 | 111010 |
Color Harmonies of #E6FE28
Complementary color
Monochromatic Colors of #E6FE28
Black with #E6FE28
Text Example
Text Example
White with #E6FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FE28; }
p { color: rgb(230,254,40); }
H1.HeaderClassName
{
color: #E6FE28;
}
.AnyTagClassName
{
color: #E6FE28;
}
</style>
background-color css
<style>
a { background-color: #E6FE28; }
a { background-color: rgb(230,254,40); }
div.DivClassName
{
background-color: #E6FE28;
}
.BgClassName
{
background-color: #E6FE28;
}
</style>
border-color css
<style>
span { border-color: #E6FE28; }
span { border-color: rgb(230,254,40); }
td.TdClassName
{
border-color: #E6FE28;
}
.TagClassName
{
border-color: #E6FE28;
}
</style>