Shades of Reef #D2E09A
Tints of Reef #D2E09A
RGB
CMYK
RGB Variations
Color information
#D2E09A (or 0xD2E09A) is known color: Reef. HEX triplet: D2, E0 and 9A. RGB value is (210,224,154). Sum of RGB (Red+Green+Blue) = 210+224+154=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E09A is #2D1F65. Grayscale: #D4D4D4. Windows color (decimal): -2957158 or 10150098. OLE color: 10150098.
HSL color Cylindrical-coordinate representation of color #D2E09A: hue angle of 72º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2E09A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 154 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.12 |
| HSL | 72º | 0.53% | 0.74% | - |
| HSV(B) | 72º | 0.31% | 0.88% | - |
| XYZ | 59.07 | 69.35 | 40.84 | - |
| YUV | 211.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 154 | 0.06 | 0 | 0.31 | 0.12 | 72 | 0.53 | 0.74 |
| Hex | D2 | E0 | 9A | 6 | 0 | 1F | C | 48 | 35 | 4A |
| Octal | 322 | 340 | 232 | 6 | 0 | 37 | 14 | 110 | 65 | 112 |
| Binary | 11010010 | 11100000 | 10011010 | 110 | 0 | 11111 | 1100 | 1001000 | 110101 | 1001010 |
Color Harmonies of #D2E09A
Complementary color
Monochromatic Colors of #D2E09A
Black with #D2E09A
Text Example
Text Example
White with #D2E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E09A; }
p { color: rgb(210,224,154); }
H1.HeaderClassName
{
color: #D2E09A;
}
.AnyTagClassName
{
color: #D2E09A;
}
</style>
background-color css
<style>
a { background-color: #D2E09A; }
a { background-color: rgb(210,224,154); }
div.DivClassName
{
background-color: #D2E09A;
}
.BgClassName
{
background-color: #D2E09A;
}
</style>
border-color css
<style>
span { border-color: #D2E09A; }
span { border-color: rgb(210,224,154); }
td.TdClassName
{
border-color: #D2E09A;
}
.TagClassName
{
border-color: #D2E09A;
}
</style>