Shades of Reef #E2FD9C
Tints of Reef #E2FD9C
RGB
CMYK
RGB Variations
Color information
#E2FD9C (or 0xE2FD9C) is known color: Reef. HEX triplet: E2, FD and 9C. RGB value is (226,253,156). Sum of RGB (Red+Green+Blue) = 226+253+156=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 156 (61.33% from 255 or 24.57% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FD9C is #1D0263. Grayscale: #EAEAEA. Windows color (decimal): -1901156 or 10288610. OLE color: 10288610.
HSL color Cylindrical-coordinate representation of color #E2FD9C: hue angle of 76.7º 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 #E2FD9C is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 156 | - |
CMYK | 0.11 | 0 | 0.38 | 0.01 |
HSL | 76.7º | 0.96% | 0.8% | - |
HSV(B) | 76.7º | 0.38% | 0.99% | - |
XYZ | 72.49 | 88.82 | 44.78 | - |
YUV | 233.87 | 84.05 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 156 | 0.11 | 0 | 0.38 | 0.01 | 76.7 | 0.96 | 0.8 |
Hex | E2 | FD | 9C | B | 0 | 26 | 1 | 4D | 60 | 50 |
Octal | 342 | 375 | 234 | 13 | 0 | 46 | 1 | 115 | 140 | 120 |
Binary | 11100010 | 11111101 | 10011100 | 1011 | 0 | 100110 | 1 | 1001101 | 1100000 | 1010000 |
Color Harmonies of #E2FD9C
Complementary color
Monochromatic Colors of #E2FD9C
Black with #E2FD9C
Text Example
Text Example
White with #E2FD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD9C; }
p { color: rgb(226,253,156); }
H1.HeaderClassName
{
color: #E2FD9C;
}
.AnyTagClassName
{
color: #E2FD9C;
}
</style>
background-color css
<style>
a { background-color: #E2FD9C; }
a { background-color: rgb(226,253,156); }
div.DivClassName
{
background-color: #E2FD9C;
}
.BgClassName
{
background-color: #E2FD9C;
}
</style>
border-color css
<style>
span { border-color: #E2FD9C; }
span { border-color: rgb(226,253,156); }
td.TdClassName
{
border-color: #E2FD9C;
}
.TagClassName
{
border-color: #E2FD9C;
}
</style>