Shades of Reef #D2ED90
Tints of Reef #D2ED90
RGB
CMYK
RGB Variations
Color information
#D2ED90 (or 0xD2ED90) is known color: Reef. HEX triplet: D2, ED and 90. RGB value is (210,237,144). Sum of RGB (Red+Green+Blue) = 210+237+144=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ED90 is #2D126F. Grayscale: #DADADA. Windows color (decimal): -2953840 or 9498066. OLE color: 9498066.
HSL color Cylindrical-coordinate representation of color #D2ED90: hue angle of 77.42º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2ED90 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 144 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.07 |
| HSL | 77.42º | 0.72% | 0.75% | - |
| HSV(B) | 77.42º | 0.39% | 0.93% | - |
| XYZ | 61.9 | 76.28 | 37.85 | - |
| YUV | 218.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 144 | 0.11 | 0 | 0.39 | 0.07 | 77.42 | 0.72 | 0.75 |
| Hex | D2 | ED | 90 | B | 0 | 27 | 7 | 4D | 48 | 4B |
| Octal | 322 | 355 | 220 | 13 | 0 | 47 | 7 | 115 | 110 | 113 |
| Binary | 11010010 | 11101101 | 10010000 | 1011 | 0 | 100111 | 111 | 1001101 | 1001000 | 1001011 |
Color Harmonies of #D2ED90
Complementary color
Monochromatic Colors of #D2ED90
Black with #D2ED90
Text Example
Text Example
White with #D2ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ED90; }
p { color: rgb(210,237,144); }
H1.HeaderClassName
{
color: #D2ED90;
}
.AnyTagClassName
{
color: #D2ED90;
}
</style>
background-color css
<style>
a { background-color: #D2ED90; }
a { background-color: rgb(210,237,144); }
div.DivClassName
{
background-color: #D2ED90;
}
.BgClassName
{
background-color: #D2ED90;
}
</style>
border-color css
<style>
span { border-color: #D2ED90; }
span { border-color: rgb(210,237,144); }
td.TdClassName
{
border-color: #D2ED90;
}
.TagClassName
{
border-color: #D2ED90;
}
</style>