Shades of Reef #D0FEA0
Tints of Reef #D0FEA0
RGB
CMYK
RGB Variations
Color information
#D0FEA0 (or 0xD0FEA0) is known color: Reef. HEX triplet: D0, FE and A0. RGB value is (208,254,160). Sum of RGB (Red+Green+Blue) = 208+254+160=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA0 is #2F015F. Grayscale: #E5E5E5. Windows color (decimal): -3080544 or 10550992. OLE color: 10550992.
HSL color Cylindrical-coordinate representation of color #D0FEA0: hue angle of 89.36º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0FEA0 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 160 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.00 |
| HSL | 89.36º | 0.98% | 0.81% | - |
| HSV(B) | 89.36º | 0.37% | 1% | - |
| XYZ | 67.8 | 86.83 | 46.44 | - |
| YUV | 229.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 160 | 0.18 | 0 | 0.37 | 0.00 | 89.36 | 0.98 | 0.81 |
| Hex | D0 | FE | A0 | 12 | 0 | 25 | 0 | 59 | 62 | 51 |
| Octal | 320 | 376 | 240 | 22 | 0 | 45 | 0 | 131 | 142 | 121 |
| Binary | 11010000 | 11111110 | 10100000 | 10010 | 0 | 100101 | 0 | 1011001 | 1100010 | 1010001 |
Color Harmonies of #D0FEA0
Complementary color
Monochromatic Colors of #D0FEA0
Black with #D0FEA0
Text Example
Text Example
White with #D0FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEA0; }
p { color: rgb(208,254,160); }
H1.HeaderClassName
{
color: #D0FEA0;
}
.AnyTagClassName
{
color: #D0FEA0;
}
</style>
background-color css
<style>
a { background-color: #D0FEA0; }
a { background-color: rgb(208,254,160); }
div.DivClassName
{
background-color: #D0FEA0;
}
.BgClassName
{
background-color: #D0FEA0;
}
</style>
border-color css
<style>
span { border-color: #D0FEA0; }
span { border-color: rgb(208,254,160); }
td.TdClassName
{
border-color: #D0FEA0;
}
.TagClassName
{
border-color: #D0FEA0;
}
</style>