Shades of Pear #E6FF2B
Tints of Pear #E6FF2B
RGB
CMYK
RGB Variations
Color information
#E6FF2B (or 0xE6FF2B) is known color: Pear. HEX triplet: E6, FF and 2B. RGB value is (230,255,43). Sum of RGB (Red+Green+Blue) = 230+255+43=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 43 (17.19% from 255 or 8.14% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FF2B is #1900D4. Grayscale: #E0E0E0. Windows color (decimal): -1638613 or 2883558. OLE color: 2883558.
HSL color Cylindrical-coordinate representation of color #E6FF2B: hue angle of 67.08º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6FF2B is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 43 | - |
| CMYK | 0.10 | 0 | 0.83 | 0 |
| HSL | 67.08º | 1% | 0.58% | - |
| HSV(B) | 67.08º | 0.83% | 1% | - |
| XYZ | 68.83 | 88.52 | 15.74 | - |
| YUV | 223.36 | 26.22 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 43 | 0.10 | 0 | 0.83 | 0 | 67.08 | 1 | 0.58 |
| Hex | E6 | FF | 2B | A | 0 | 53 | 0 | 43 | 64 | 3A |
| Octal | 346 | 377 | 53 | 12 | 0 | 123 | 0 | 103 | 144 | 72 |
| Binary | 11100110 | 11111111 | 101011 | 1010 | 0 | 1010011 | 0 | 1000011 | 1100100 | 111010 |
Color Harmonies of #E6FF2B
Complementary color
Monochromatic Colors of #E6FF2B
Black with #E6FF2B
Text Example
Text Example
White with #E6FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF2B; }
p { color: rgb(230,255,43); }
H1.HeaderClassName
{
color: #E6FF2B;
}
.AnyTagClassName
{
color: #E6FF2B;
}
</style>
background-color css
<style>
a { background-color: #E6FF2B; }
a { background-color: rgb(230,255,43); }
div.DivClassName
{
background-color: #E6FF2B;
}
.BgClassName
{
background-color: #E6FF2B;
}
</style>
border-color css
<style>
span { border-color: #E6FF2B; }
span { border-color: rgb(230,255,43); }
td.TdClassName
{
border-color: #E6FF2B;
}
.TagClassName
{
border-color: #E6FF2B;
}
</style>