Shades of Reef #D0FEA1
Tints of Reef #D0FEA1
RGB
CMYK
RGB Variations
Color information
#D0FEA1 (or 0xD0FEA1) is known color: Reef. HEX triplet: D0, FE and A1. RGB value is (208,254,161). Sum of RGB (Red+Green+Blue) = 208+254+161=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA1 is #2F015E. Grayscale: #E5E5E5. Windows color (decimal): -3080543 or 10616528. OLE color: 10616528.
HSL color Cylindrical-coordinate representation of color #D0FEA1: hue angle of 89.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0FEA1 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 161 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.00 |
| HSL | 89.68º | 0.98% | 0.81% | - |
| HSV(B) | 89.68º | 0.37% | 1% | - |
| XYZ | 67.89 | 86.87 | 46.91 | - |
| YUV | 229.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 161 | 0.18 | 0 | 0.37 | 0.00 | 89.68 | 0.98 | 0.81 |
| Hex | D0 | FE | A1 | 12 | 0 | 25 | 0 | 5A | 62 | 51 |
| Octal | 320 | 376 | 241 | 22 | 0 | 45 | 0 | 132 | 142 | 121 |
| Binary | 11010000 | 11111110 | 10100001 | 10010 | 0 | 100101 | 0 | 1011010 | 1100010 | 1010001 |
Color Harmonies of #D0FEA1
Complementary color
Monochromatic Colors of #D0FEA1
Black with #D0FEA1
Text Example
Text Example
White with #D0FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEA1; }
p { color: rgb(208,254,161); }
H1.HeaderClassName
{
color: #D0FEA1;
}
.AnyTagClassName
{
color: #D0FEA1;
}
</style>
background-color css
<style>
a { background-color: #D0FEA1; }
a { background-color: rgb(208,254,161); }
div.DivClassName
{
background-color: #D0FEA1;
}
.BgClassName
{
background-color: #D0FEA1;
}
</style>
border-color css
<style>
span { border-color: #D0FEA1; }
span { border-color: rgb(208,254,161); }
td.TdClassName
{
border-color: #D0FEA1;
}
.TagClassName
{
border-color: #D0FEA1;
}
</style>