Shades of Reef #D0FE8C
Tints of Reef #D0FE8C
RGB
CMYK
RGB Variations
Color information
#D0FE8C (or 0xD0FE8C) is known color: Reef. HEX triplet: D0, FE and 8C. RGB value is (208,254,140). Sum of RGB (Red+Green+Blue) = 208+254+140=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE8C is #2F0173. Grayscale: #E3E3E3. Windows color (decimal): -3080564 or 9240272. OLE color: 9240272.
HSL color Cylindrical-coordinate representation of color #D0FE8C: hue angle of 84.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0FE8C is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 140 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.00 |
| HSL | 84.21º | 0.98% | 0.77% | - |
| HSV(B) | 84.21º | 0.45% | 1% | - |
| XYZ | 66.19 | 86.19 | 37.96 | - |
| YUV | 227.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 140 | 0.18 | 0 | 0.45 | 0.00 | 84.21 | 0.98 | 0.77 |
| Hex | D0 | FE | 8C | 12 | 0 | 2D | 0 | 54 | 62 | 4D |
| Octal | 320 | 376 | 214 | 22 | 0 | 55 | 0 | 124 | 142 | 115 |
| Binary | 11010000 | 11111110 | 10001100 | 10010 | 0 | 101101 | 0 | 1010100 | 1100010 | 1001101 |
Color Harmonies of #D0FE8C
Complementary color
Monochromatic Colors of #D0FE8C
Black with #D0FE8C
Text Example
Text Example
White with #D0FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE8C; }
p { color: rgb(208,254,140); }
H1.HeaderClassName
{
color: #D0FE8C;
}
.AnyTagClassName
{
color: #D0FE8C;
}
</style>
background-color css
<style>
a { background-color: #D0FE8C; }
a { background-color: rgb(208,254,140); }
div.DivClassName
{
background-color: #D0FE8C;
}
.BgClassName
{
background-color: #D0FE8C;
}
</style>
border-color css
<style>
span { border-color: #D0FE8C; }
span { border-color: rgb(208,254,140); }
td.TdClassName
{
border-color: #D0FE8C;
}
.TagClassName
{
border-color: #D0FE8C;
}
</style>