Shades of Pear #E6FF29
Tints of Pear #E6FF29
RGB
CMYK
RGB Variations
Color information
#E6FF29 (or 0xE6FF29) is known color: Pear. HEX triplet: E6, FF and 29. RGB value is (230,255,41). Sum of RGB (Red+Green+Blue) = 230+255+41=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 41 (16.41% from 255 or 7.79% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FF29 is #1900D6. Grayscale: #DFDFDF. Windows color (decimal): -1638615 or 2752486. OLE color: 2752486.
HSL color Cylindrical-coordinate representation of color #E6FF29: hue angle of 67.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6FF29 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 41 | - |
| CMYK | 0.10 | 0 | 0.84 | 0 |
| HSL | 67.01º | 1% | 0.58% | - |
| HSV(B) | 67.01º | 0.84% | 1% | - |
| XYZ | 68.79 | 88.5 | 15.55 | - |
| YUV | 223.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 41 | 0.10 | 0 | 0.84 | 0 | 67.01 | 1 | 0.58 |
| Hex | E6 | FF | 29 | A | 0 | 54 | 0 | 43 | 64 | 3A |
| Octal | 346 | 377 | 51 | 12 | 0 | 124 | 0 | 103 | 144 | 72 |
| Binary | 11100110 | 11111111 | 101001 | 1010 | 0 | 1010100 | 0 | 1000011 | 1100100 | 111010 |
Color Harmonies of #E6FF29
Complementary color
Monochromatic Colors of #E6FF29
Black with #E6FF29
Text Example
Text Example
White with #E6FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF29; }
p { color: rgb(230,255,41); }
H1.HeaderClassName
{
color: #E6FF29;
}
.AnyTagClassName
{
color: #E6FF29;
}
</style>
background-color css
<style>
a { background-color: #E6FF29; }
a { background-color: rgb(230,255,41); }
div.DivClassName
{
background-color: #E6FF29;
}
.BgClassName
{
background-color: #E6FF29;
}
</style>
border-color css
<style>
span { border-color: #E6FF29; }
span { border-color: rgb(230,255,41); }
td.TdClassName
{
border-color: #E6FF29;
}
.TagClassName
{
border-color: #E6FF29;
}
</style>