Shades of Reef #E0FD9D
Tints of Reef #E0FD9D
RGB
CMYK
RGB Variations
Color information
#E0FD9D (or 0xE0FD9D) is known color: Reef. HEX triplet: E0, FD and 9D. RGB value is (224,253,157). Sum of RGB (Red+Green+Blue) = 224+253+157=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 157 (61.72% from 255 or 24.76% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FD9D is #1F0262. Grayscale: #E9E9E9. Windows color (decimal): -2032227 or 10354144. OLE color: 10354144.
HSL color Cylindrical-coordinate representation of color #E0FD9D: hue angle of 78.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0FD9D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 157 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.01 |
| HSL | 78.12º | 0.96% | 0.8% | - |
| HSV(B) | 78.12º | 0.38% | 0.99% | - |
| XYZ | 71.95 | 88.53 | 45.19 | - |
| YUV | 233.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 157 | 0.11 | 0 | 0.38 | 0.01 | 78.12 | 0.96 | 0.8 |
| Hex | E0 | FD | 9D | B | 0 | 26 | 1 | 4E | 60 | 50 |
| Octal | 340 | 375 | 235 | 13 | 0 | 46 | 1 | 116 | 140 | 120 |
| Binary | 11100000 | 11111101 | 10011101 | 1011 | 0 | 100110 | 1 | 1001110 | 1100000 | 1010000 |
Color Harmonies of #E0FD9D
Complementary color
Monochromatic Colors of #E0FD9D
Black with #E0FD9D
Text Example
Text Example
White with #E0FD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FD9D; }
p { color: rgb(224,253,157); }
H1.HeaderClassName
{
color: #E0FD9D;
}
.AnyTagClassName
{
color: #E0FD9D;
}
</style>
background-color css
<style>
a { background-color: #E0FD9D; }
a { background-color: rgb(224,253,157); }
div.DivClassName
{
background-color: #E0FD9D;
}
.BgClassName
{
background-color: #E0FD9D;
}
</style>
border-color css
<style>
span { border-color: #E0FD9D; }
span { border-color: rgb(224,253,157); }
td.TdClassName
{
border-color: #E0FD9D;
}
.TagClassName
{
border-color: #E0FD9D;
}
</style>