Shades of Pear #E6FD28
Tints of Pear #E6FD28
RGB
CMYK
RGB Variations
Color information
#E6FD28 (or 0xE6FD28) is known color: Pear. HEX triplet: E6, FD and 28. RGB value is (230,253,40). Sum of RGB (Red+Green+Blue) = 230+253+40=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 40 (16.02% from 255 or 7.65% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FD28 is #1902D7. Grayscale: #DEDEDE. Windows color (decimal): -1639128 or 2686438. OLE color: 2686438.
HSL color Cylindrical-coordinate representation of color #E6FD28: hue angle of 66.48º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6FD28 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 40 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.01 |
| HSL | 66.48º | 0.98% | 0.57% | - |
| HSV(B) | 66.48º | 0.84% | 0.99% | - |
| XYZ | 68.14 | 87.23 | 15.25 | - |
| YUV | 221.84 | 25.38 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 40 | 0.09 | 0 | 0.84 | 0.01 | 66.48 | 0.98 | 0.57 |
| Hex | E6 | FD | 28 | 9 | 0 | 54 | 1 | 42 | 62 | 39 |
| Octal | 346 | 375 | 50 | 11 | 0 | 124 | 1 | 102 | 142 | 71 |
| Binary | 11100110 | 11111101 | 101000 | 1001 | 0 | 1010100 | 1 | 1000010 | 1100010 | 111001 |
Color Harmonies of #E6FD28
Complementary color
Monochromatic Colors of #E6FD28
Black with #E6FD28
Text Example
Text Example
White with #E6FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FD28; }
p { color: rgb(230,253,40); }
H1.HeaderClassName
{
color: #E6FD28;
}
.AnyTagClassName
{
color: #E6FD28;
}
</style>
background-color css
<style>
a { background-color: #E6FD28; }
a { background-color: rgb(230,253,40); }
div.DivClassName
{
background-color: #E6FD28;
}
.BgClassName
{
background-color: #E6FD28;
}
</style>
border-color css
<style>
span { border-color: #E6FD28; }
span { border-color: rgb(230,253,40); }
td.TdClassName
{
border-color: #E6FD28;
}
.TagClassName
{
border-color: #E6FD28;
}
</style>