Shades of Reef #D0FF9C
Tints of Reef #D0FF9C
RGB
CMYK
RGB Variations
Color information
#D0FF9C (or 0xD0FF9C) is known color: Reef. HEX triplet: D0, FF and 9C. RGB value is (208,255,156). Sum of RGB (Red+Green+Blue) = 208+255+156=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 156 (61.33% from 255 or 25.20% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF9C is #2F0063. Grayscale: #E6E6E6. Windows color (decimal): -3080292 or 10289104. OLE color: 10289104.
HSL color Cylindrical-coordinate representation of color #D0FF9C: hue angle of 88.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0FF9C is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 156 | - |
| CMYK | 0.18 | 0 | 0.39 | 0 |
| HSL | 88.48º | 1% | 0.81% | - |
| HSV(B) | 88.48º | 0.39% | 1% | - |
| XYZ | 67.77 | 87.33 | 44.74 | - |
| YUV | 229.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 156 | 0.18 | 0 | 0.39 | 0 | 88.48 | 1 | 0.81 |
| Hex | D0 | FF | 9C | 12 | 0 | 27 | 0 | 58 | 64 | 51 |
| Octal | 320 | 377 | 234 | 22 | 0 | 47 | 0 | 130 | 144 | 121 |
| Binary | 11010000 | 11111111 | 10011100 | 10010 | 0 | 100111 | 0 | 1011000 | 1100100 | 1010001 |
Color Harmonies of #D0FF9C
Complementary color
Monochromatic Colors of #D0FF9C
Black with #D0FF9C
Text Example
Text Example
White with #D0FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF9C; }
p { color: rgb(208,255,156); }
H1.HeaderClassName
{
color: #D0FF9C;
}
.AnyTagClassName
{
color: #D0FF9C;
}
</style>
background-color css
<style>
a { background-color: #D0FF9C; }
a { background-color: rgb(208,255,156); }
div.DivClassName
{
background-color: #D0FF9C;
}
.BgClassName
{
background-color: #D0FF9C;
}
</style>
border-color css
<style>
span { border-color: #D0FF9C; }
span { border-color: rgb(208,255,156); }
td.TdClassName
{
border-color: #D0FF9C;
}
.TagClassName
{
border-color: #D0FF9C;
}
</style>