Shades of Reef #D0FE98
Tints of Reef #D0FE98
RGB
CMYK
RGB Variations
Color information
#D0FE98 (or 0xD0FE98) is known color: Reef. HEX triplet: D0, FE and 98. RGB value is (208,254,152). Sum of RGB (Red+Green+Blue) = 208+254+152=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE98 is #2F0167. Grayscale: #E4E4E4. Windows color (decimal): -3080552 or 10026704. OLE color: 10026704.
HSL color Cylindrical-coordinate representation of color #D0FE98: hue angle of 87.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0FE98 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 152 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.00 |
| HSL | 87.06º | 0.98% | 0.8% | - |
| HSV(B) | 87.06º | 0.4% | 1% | - |
| XYZ | 67.12 | 86.56 | 42.88 | - |
| YUV | 228.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 152 | 0.18 | 0 | 0.40 | 0.00 | 87.06 | 0.98 | 0.8 |
| Hex | D0 | FE | 98 | 12 | 0 | 28 | 0 | 57 | 62 | 50 |
| Octal | 320 | 376 | 230 | 22 | 0 | 50 | 0 | 127 | 142 | 120 |
| Binary | 11010000 | 11111110 | 10011000 | 10010 | 0 | 101000 | 0 | 1010111 | 1100010 | 1010000 |
Color Harmonies of #D0FE98
Complementary color
Monochromatic Colors of #D0FE98
Black with #D0FE98
Text Example
Text Example
White with #D0FE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE98; }
p { color: rgb(208,254,152); }
H1.HeaderClassName
{
color: #D0FE98;
}
.AnyTagClassName
{
color: #D0FE98;
}
</style>
background-color css
<style>
a { background-color: #D0FE98; }
a { background-color: rgb(208,254,152); }
div.DivClassName
{
background-color: #D0FE98;
}
.BgClassName
{
background-color: #D0FE98;
}
</style>
border-color css
<style>
span { border-color: #D0FE98; }
span { border-color: rgb(208,254,152); }
td.TdClassName
{
border-color: #D0FE98;
}
.TagClassName
{
border-color: #D0FE98;
}
</style>