Shades of Reef #D5EE8D
Tints of Reef #D5EE8D
RGB
CMYK
RGB Variations
Color information
#D5EE8D (or 0xD5EE8D) is known color: Reef. HEX triplet: D5, EE and 8D. RGB value is (213,238,141). Sum of RGB (Red+Green+Blue) = 213+238+141=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EE8D is #2A1172. Grayscale: #DBDBDB. Windows color (decimal): -2756979 or 9301717. OLE color: 9301717.
HSL color Cylindrical-coordinate representation of color #D5EE8D: hue angle of 75.46º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5EE8D is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 238 | 141 | - |
CMYK | 0.11 | 0 | 0.41 | 0.07 |
HSL | 75.46º | 0.74% | 0.74% | - |
HSV(B) | 75.46º | 0.41% | 0.93% | - |
XYZ | 62.82 | 77.22 | 36.79 | - |
YUV | 219.47 | 83.72 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 238 | 141 | 0.11 | 0 | 0.41 | 0.07 | 75.46 | 0.74 | 0.74 |
Hex | D5 | EE | 8D | B | 0 | 29 | 7 | 4B | 4A | 4A |
Octal | 325 | 356 | 215 | 13 | 0 | 51 | 7 | 113 | 112 | 112 |
Binary | 11010101 | 11101110 | 10001101 | 1011 | 0 | 101001 | 111 | 1001011 | 1001010 | 1001010 |
Color Harmonies of #D5EE8D
Complementary color
Monochromatic Colors of #D5EE8D
Black with #D5EE8D
Text Example
Text Example
White with #D5EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EE8D; }
p { color: rgb(213,238,141); }
H1.HeaderClassName
{
color: #D5EE8D;
}
.AnyTagClassName
{
color: #D5EE8D;
}
</style>
background-color css
<style>
a { background-color: #D5EE8D; }
a { background-color: rgb(213,238,141); }
div.DivClassName
{
background-color: #D5EE8D;
}
.BgClassName
{
background-color: #D5EE8D;
}
</style>
border-color css
<style>
span { border-color: #D5EE8D; }
span { border-color: rgb(213,238,141); }
td.TdClassName
{
border-color: #D5EE8D;
}
.TagClassName
{
border-color: #D5EE8D;
}
</style>