Shades of Pear #E6FB2F
Tints of Pear #E6FB2F
RGB
CMYK
RGB Variations
Color information
#E6FB2F (or 0xE6FB2F) is known color: Pear. HEX triplet: E6, FB and 2F. RGB value is (230,251,47). Sum of RGB (Red+Green+Blue) = 230+251+47=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FB2F is #1904D0. Grayscale: #DEDEDE. Windows color (decimal): -1639633 or 3144678. OLE color: 3144678.
HSL color Cylindrical-coordinate representation of color #E6FB2F: hue angle of 66.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6FB2F is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 47 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.02 |
| HSL | 66.18º | 0.96% | 0.58% | - |
| HSV(B) | 66.18º | 0.81% | 0.98% | - |
| XYZ | 67.64 | 86.02 | 15.73 | - |
| YUV | 221.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 47 | 0.08 | 0 | 0.81 | 0.02 | 66.18 | 0.96 | 0.58 |
| Hex | E6 | FB | 2F | 8 | 0 | 51 | 2 | 42 | 60 | 3A |
| Octal | 346 | 373 | 57 | 10 | 0 | 121 | 2 | 102 | 140 | 72 |
| Binary | 11100110 | 11111011 | 101111 | 1000 | 0 | 1010001 | 10 | 1000010 | 1100000 | 111010 |
Color Harmonies of #E6FB2F
Complementary color
Monochromatic Colors of #E6FB2F
Black with #E6FB2F
Text Example
Text Example
White with #E6FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FB2F; }
p { color: rgb(230,251,47); }
H1.HeaderClassName
{
color: #E6FB2F;
}
.AnyTagClassName
{
color: #E6FB2F;
}
</style>
background-color css
<style>
a { background-color: #E6FB2F; }
a { background-color: rgb(230,251,47); }
div.DivClassName
{
background-color: #E6FB2F;
}
.BgClassName
{
background-color: #E6FB2F;
}
</style>
border-color css
<style>
span { border-color: #E6FB2F; }
span { border-color: rgb(230,251,47); }
td.TdClassName
{
border-color: #E6FB2F;
}
.TagClassName
{
border-color: #E6FB2F;
}
</style>