Shades of Reef #D2EE93
Tints of Reef #D2EE93
RGB
CMYK
RGB Variations
Color information
#D2EE93 (or 0xD2EE93) is known color: Reef. HEX triplet: D2, EE and 93. RGB value is (210,238,147). Sum of RGB (Red+Green+Blue) = 210+238+147=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EE93 is #2D116C. Grayscale: #DBDBDB. Windows color (decimal): -2953581 or 9694930. OLE color: 9694930.
HSL color Cylindrical-coordinate representation of color #D2EE93: hue angle of 78.46º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2EE93 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 147 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.07 |
| HSL | 78.46º | 0.73% | 0.75% | - |
| HSV(B) | 78.46º | 0.38% | 0.93% | - |
| XYZ | 62.42 | 76.96 | 39.17 | - |
| YUV | 219.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 147 | 0.12 | 0 | 0.38 | 0.07 | 78.46 | 0.73 | 0.75 |
| Hex | D2 | EE | 93 | C | 0 | 26 | 7 | 4E | 49 | 4B |
| Octal | 322 | 356 | 223 | 14 | 0 | 46 | 7 | 116 | 111 | 113 |
| Binary | 11010010 | 11101110 | 10010011 | 1100 | 0 | 100110 | 111 | 1001110 | 1001001 | 1001011 |
Color Harmonies of #D2EE93
Complementary color
Monochromatic Colors of #D2EE93
Black with #D2EE93
Text Example
Text Example
White with #D2EE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE93; }
p { color: rgb(210,238,147); }
H1.HeaderClassName
{
color: #D2EE93;
}
.AnyTagClassName
{
color: #D2EE93;
}
</style>
background-color css
<style>
a { background-color: #D2EE93; }
a { background-color: rgb(210,238,147); }
div.DivClassName
{
background-color: #D2EE93;
}
.BgClassName
{
background-color: #D2EE93;
}
</style>
border-color css
<style>
span { border-color: #D2EE93; }
span { border-color: rgb(210,238,147); }
td.TdClassName
{
border-color: #D2EE93;
}
.TagClassName
{
border-color: #D2EE93;
}
</style>