Shades of Reef #E1FE95
Tints of Reef #E1FE95
RGB
CMYK
RGB Variations
Color information
#E1FE95 (or 0xE1FE95) is known color: Reef. HEX triplet: E1, FE and 95. RGB value is (225,254,149). Sum of RGB (Red+Green+Blue) = 225+254+149=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FE95 is #1E016A. Grayscale: #E9E9E9. Windows color (decimal): -1966443 or 9830113. OLE color: 9830113.
HSL color Cylindrical-coordinate representation of color #E1FE95: hue angle of 76.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1FE95 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 149 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.00 |
| HSL | 76.57º | 0.98% | 0.79% | - |
| HSV(B) | 76.57º | 0.41% | 1% | - |
| XYZ | 71.92 | 89.06 | 41.83 | - |
| YUV | 233.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 149 | 0.11 | 0 | 0.41 | 0.00 | 76.57 | 0.98 | 0.79 |
| Hex | E1 | FE | 95 | B | 0 | 29 | 0 | 4D | 62 | 4F |
| Octal | 341 | 376 | 225 | 13 | 0 | 51 | 0 | 115 | 142 | 117 |
| Binary | 11100001 | 11111110 | 10010101 | 1011 | 0 | 101001 | 0 | 1001101 | 1100010 | 1001111 |
Color Harmonies of #E1FE95
Complementary color
Monochromatic Colors of #E1FE95
Black with #E1FE95
Text Example
Text Example
White with #E1FE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE95; }
p { color: rgb(225,254,149); }
H1.HeaderClassName
{
color: #E1FE95;
}
.AnyTagClassName
{
color: #E1FE95;
}
</style>
background-color css
<style>
a { background-color: #E1FE95; }
a { background-color: rgb(225,254,149); }
div.DivClassName
{
background-color: #E1FE95;
}
.BgClassName
{
background-color: #E1FE95;
}
</style>
border-color css
<style>
span { border-color: #E1FE95; }
span { border-color: rgb(225,254,149); }
td.TdClassName
{
border-color: #E1FE95;
}
.TagClassName
{
border-color: #E1FE95;
}
</style>