Shades of Reef #E2FB9B
Tints of Reef #E2FB9B
RGB
CMYK
RGB Variations
Color information
#E2FB9B (or 0xE2FB9B) is known color: Reef. HEX triplet: E2, FB and 9B. RGB value is (226,251,155). Sum of RGB (Red+Green+Blue) = 226+251+155=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FB9B is #1D0464. Grayscale: #E8E8E8. Windows color (decimal): -1901669 or 10222562. OLE color: 10222562.
HSL color Cylindrical-coordinate representation of color #E2FB9B: hue angle of 75.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2FB9B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 155 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.02 |
| HSL | 75.63º | 0.92% | 0.8% | - |
| HSV(B) | 75.63º | 0.38% | 0.98% | - |
| XYZ | 71.78 | 87.53 | 44.12 | - |
| YUV | 232.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 155 | 0.10 | 0 | 0.38 | 0.02 | 75.63 | 0.92 | 0.8 |
| Hex | E2 | FB | 9B | A | 0 | 26 | 2 | 4C | 5C | 50 |
| Octal | 342 | 373 | 233 | 12 | 0 | 46 | 2 | 114 | 134 | 120 |
| Binary | 11100010 | 11111011 | 10011011 | 1010 | 0 | 100110 | 10 | 1001100 | 1011100 | 1010000 |
Color Harmonies of #E2FB9B
Complementary color
Monochromatic Colors of #E2FB9B
Black with #E2FB9B
Text Example
Text Example
White with #E2FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB9B; }
p { color: rgb(226,251,155); }
H1.HeaderClassName
{
color: #E2FB9B;
}
.AnyTagClassName
{
color: #E2FB9B;
}
</style>
background-color css
<style>
a { background-color: #E2FB9B; }
a { background-color: rgb(226,251,155); }
div.DivClassName
{
background-color: #E2FB9B;
}
.BgClassName
{
background-color: #E2FB9B;
}
</style>
border-color css
<style>
span { border-color: #E2FB9B; }
span { border-color: rgb(226,251,155); }
td.TdClassName
{
border-color: #E2FB9B;
}
.TagClassName
{
border-color: #E2FB9B;
}
</style>