Shades of Pear #E6FF2E
Tints of Pear #E6FF2E
RGB
CMYK
RGB Variations
Color information
#E6FF2E (or 0xE6FF2E) is known color: Pear. HEX triplet: E6, FF and 2E. RGB value is (230,255,46). Sum of RGB (Red+Green+Blue) = 230+255+46=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 46 (18.36% from 255 or 8.66% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FF2E is #1900D1. Grayscale: #E0E0E0. Windows color (decimal): -1638610 or 3080166. OLE color: 3080166.
HSL color Cylindrical-coordinate representation of color #E6FF2E: hue angle of 67.18º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6FF2E is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 46 | - |
| CMYK | 0.10 | 0 | 0.82 | 0 |
| HSL | 67.18º | 1% | 0.59% | - |
| HSV(B) | 67.18º | 0.82% | 1% | - |
| XYZ | 68.89 | 88.54 | 16.04 | - |
| YUV | 223.7 | 27.72 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 46 | 0.10 | 0 | 0.82 | 0 | 67.18 | 1 | 0.59 |
| Hex | E6 | FF | 2E | A | 0 | 52 | 0 | 43 | 64 | 3B |
| Octal | 346 | 377 | 56 | 12 | 0 | 122 | 0 | 103 | 144 | 73 |
| Binary | 11100110 | 11111111 | 101110 | 1010 | 0 | 1010010 | 0 | 1000011 | 1100100 | 111011 |
Color Harmonies of #E6FF2E
Complementary color
Monochromatic Colors of #E6FF2E
Black with #E6FF2E
Text Example
Text Example
White with #E6FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF2E; }
p { color: rgb(230,255,46); }
H1.HeaderClassName
{
color: #E6FF2E;
}
.AnyTagClassName
{
color: #E6FF2E;
}
</style>
background-color css
<style>
a { background-color: #E6FF2E; }
a { background-color: rgb(230,255,46); }
div.DivClassName
{
background-color: #E6FF2E;
}
.BgClassName
{
background-color: #E6FF2E;
}
</style>
border-color css
<style>
span { border-color: #E6FF2E; }
span { border-color: rgb(230,255,46); }
td.TdClassName
{
border-color: #E6FF2E;
}
.TagClassName
{
border-color: #E6FF2E;
}
</style>