Shades of Reef #D0FEA4
Tints of Reef #D0FEA4
RGB
CMYK
RGB Variations
Color information
#D0FEA4 (or 0xD0FEA4) is known color: Reef. HEX triplet: D0, FE and A4. RGB value is (208,254,164). Sum of RGB (Red+Green+Blue) = 208+254+164=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA4 is #2F015B. Grayscale: #E6E6E6. Windows color (decimal): -3080540 or 10813136. OLE color: 10813136.
HSL color Cylindrical-coordinate representation of color #D0FEA4: hue angle of 90.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0FEA4 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 164 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.00 |
| HSL | 90.67º | 0.98% | 0.82% | - |
| HSV(B) | 90.67º | 0.35% | 1% | - |
| XYZ | 68.16 | 86.97 | 48.32 | - |
| YUV | 229.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 164 | 0.18 | 0 | 0.35 | 0.00 | 90.67 | 0.98 | 0.82 |
| Hex | D0 | FE | A4 | 12 | 0 | 23 | 0 | 5B | 62 | 52 |
| Octal | 320 | 376 | 244 | 22 | 0 | 43 | 0 | 133 | 142 | 122 |
| Binary | 11010000 | 11111110 | 10100100 | 10010 | 0 | 100011 | 0 | 1011011 | 1100010 | 1010010 |
Color Harmonies of #D0FEA4
Complementary color
Monochromatic Colors of #D0FEA4
Black with #D0FEA4
Text Example
Text Example
White with #D0FEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEA4; }
p { color: rgb(208,254,164); }
H1.HeaderClassName
{
color: #D0FEA4;
}
.AnyTagClassName
{
color: #D0FEA4;
}
</style>
background-color css
<style>
a { background-color: #D0FEA4; }
a { background-color: rgb(208,254,164); }
div.DivClassName
{
background-color: #D0FEA4;
}
.BgClassName
{
background-color: #D0FEA4;
}
</style>
border-color css
<style>
span { border-color: #D0FEA4; }
span { border-color: rgb(208,254,164); }
td.TdClassName
{
border-color: #D0FEA4;
}
.TagClassName
{
border-color: #D0FEA4;
}
</style>