Shades of Reef #D0F790
Tints of Reef #D0F790
RGB
CMYK
RGB Variations
Color information
#D0F790 (or 0xD0F790) is known color: Reef. HEX triplet: D0, F7 and 90. RGB value is (208,247,144). Sum of RGB (Red+Green+Blue) = 208+247+144=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F790 is #2F086F. Grayscale: #DFDFDF. Windows color (decimal): -3082352 or 9500624. OLE color: 9500624.
HSL color Cylindrical-coordinate representation of color #D0F790: hue angle of 82.72º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0F790 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 144 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.03 |
| HSL | 82.72º | 0.87% | 0.77% | - |
| HSV(B) | 82.72º | 0.42% | 0.97% | - |
| XYZ | 64.31 | 81.95 | 38.81 | - |
| YUV | 223.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 144 | 0.16 | 0 | 0.42 | 0.03 | 82.72 | 0.87 | 0.77 |
| Hex | D0 | F7 | 90 | 10 | 0 | 2A | 3 | 53 | 57 | 4D |
| Octal | 320 | 367 | 220 | 20 | 0 | 52 | 3 | 123 | 127 | 115 |
| Binary | 11010000 | 11110111 | 10010000 | 10000 | 0 | 101010 | 11 | 1010011 | 1010111 | 1001101 |
Color Harmonies of #D0F790
Complementary color
Monochromatic Colors of #D0F790
Black with #D0F790
Text Example
Text Example
White with #D0F790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F790; }
p { color: rgb(208,247,144); }
H1.HeaderClassName
{
color: #D0F790;
}
.AnyTagClassName
{
color: #D0F790;
}
</style>
background-color css
<style>
a { background-color: #D0F790; }
a { background-color: rgb(208,247,144); }
div.DivClassName
{
background-color: #D0F790;
}
.BgClassName
{
background-color: #D0F790;
}
</style>
border-color css
<style>
span { border-color: #D0F790; }
span { border-color: rgb(208,247,144); }
td.TdClassName
{
border-color: #D0F790;
}
.TagClassName
{
border-color: #D0F790;
}
</style>