Shades of Pear #E6FF28
Tints of Pear #E6FF28
RGB
CMYK
RGB Variations
Color information
#E6FF28 (or 0xE6FF28) is known color: Pear. HEX triplet: E6, FF and 28. RGB value is (230,255,40). Sum of RGB (Red+Green+Blue) = 230+255+40=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 40 (16.02% from 255 or 7.62% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FF28 is #1900D7. Grayscale: #DFDFDF. Windows color (decimal): -1638616 or 2686950. OLE color: 2686950.
HSL color Cylindrical-coordinate representation of color #E6FF28: hue angle of 66.98º 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 #E6FF28 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 40 | - |
| CMYK | 0.10 | 0 | 0.84 | 0 |
| HSL | 66.98º | 1% | 0.58% | - |
| HSV(B) | 66.98º | 0.84% | 1% | - |
| XYZ | 68.78 | 88.5 | 15.46 | - |
| YUV | 223.02 | 24.72 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 40 | 0.10 | 0 | 0.84 | 0 | 66.98 | 1 | 0.58 |
| Hex | E6 | FF | 28 | A | 0 | 54 | 0 | 43 | 64 | 3A |
| Octal | 346 | 377 | 50 | 12 | 0 | 124 | 0 | 103 | 144 | 72 |
| Binary | 11100110 | 11111111 | 101000 | 1010 | 0 | 1010100 | 0 | 1000011 | 1100100 | 111010 |
Color Harmonies of #E6FF28
Complementary color
Monochromatic Colors of #E6FF28
Black with #E6FF28
Text Example
Text Example
White with #E6FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF28; }
p { color: rgb(230,255,40); }
H1.HeaderClassName
{
color: #E6FF28;
}
.AnyTagClassName
{
color: #E6FF28;
}
</style>
background-color css
<style>
a { background-color: #E6FF28; }
a { background-color: rgb(230,255,40); }
div.DivClassName
{
background-color: #E6FF28;
}
.BgClassName
{
background-color: #E6FF28;
}
</style>
border-color css
<style>
span { border-color: #E6FF28; }
span { border-color: rgb(230,255,40); }
td.TdClassName
{
border-color: #E6FF28;
}
.TagClassName
{
border-color: #E6FF28;
}
</style>