Shades of Reef #D0FE9E
Tints of Reef #D0FE9E
RGB
CMYK
RGB Variations
Color information
#D0FE9E (or 0xD0FE9E) is known color: Reef. HEX triplet: D0, FE and 9E. RGB value is (208,254,158). Sum of RGB (Red+Green+Blue) = 208+254+158=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE9E is #2F0161. Grayscale: #E5E5E5. Windows color (decimal): -3080546 or 10419920. OLE color: 10419920.
HSL color Cylindrical-coordinate representation of color #D0FE9E: hue angle of 88.75º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0FE9E is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 158 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.00 |
| HSL | 88.75º | 0.98% | 0.81% | - |
| HSV(B) | 88.75º | 0.38% | 1% | - |
| XYZ | 67.63 | 86.76 | 45.53 | - |
| YUV | 229.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 158 | 0.18 | 0 | 0.38 | 0.00 | 88.75 | 0.98 | 0.81 |
| Hex | D0 | FE | 9E | 12 | 0 | 26 | 0 | 59 | 62 | 51 |
| Octal | 320 | 376 | 236 | 22 | 0 | 46 | 0 | 131 | 142 | 121 |
| Binary | 11010000 | 11111110 | 10011110 | 10010 | 0 | 100110 | 0 | 1011001 | 1100010 | 1010001 |
Color Harmonies of #D0FE9E
Complementary color
Monochromatic Colors of #D0FE9E
Black with #D0FE9E
Text Example
Text Example
White with #D0FE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE9E; }
p { color: rgb(208,254,158); }
H1.HeaderClassName
{
color: #D0FE9E;
}
.AnyTagClassName
{
color: #D0FE9E;
}
</style>
background-color css
<style>
a { background-color: #D0FE9E; }
a { background-color: rgb(208,254,158); }
div.DivClassName
{
background-color: #D0FE9E;
}
.BgClassName
{
background-color: #D0FE9E;
}
</style>
border-color css
<style>
span { border-color: #D0FE9E; }
span { border-color: rgb(208,254,158); }
td.TdClassName
{
border-color: #D0FE9E;
}
.TagClassName
{
border-color: #D0FE9E;
}
</style>