Shades of Reef #D7FDA0
Tints of Reef #D7FDA0
RGB
CMYK
RGB Variations
Color information
#D7FDA0 (or 0xD7FDA0) is known color: Reef. HEX triplet: D7, FD and A0. RGB value is (215,253,160). Sum of RGB (Red+Green+Blue) = 215+253+160=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FDA0 is #28025F. Grayscale: #E7E7E7. Windows color (decimal): -2622048 or 10550743. OLE color: 10550743.
HSL color Cylindrical-coordinate representation of color #D7FDA0: hue angle of 84.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7FDA0 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 253 | 160 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.01 |
| HSL | 84.52º | 0.96% | 0.81% | - |
| HSV(B) | 84.52º | 0.37% | 0.99% | - |
| XYZ | 69.49 | 87.24 | 46.43 | - |
| YUV | 231.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 253 | 160 | 0.15 | 0 | 0.37 | 0.01 | 84.52 | 0.96 | 0.81 |
| Hex | D7 | FD | A0 | F | 0 | 25 | 1 | 55 | 60 | 51 |
| Octal | 327 | 375 | 240 | 17 | 0 | 45 | 1 | 125 | 140 | 121 |
| Binary | 11010111 | 11111101 | 10100000 | 1111 | 0 | 100101 | 1 | 1010101 | 1100000 | 1010001 |
Color Harmonies of #D7FDA0
Complementary color
Monochromatic Colors of #D7FDA0
Black with #D7FDA0
Text Example
Text Example
White with #D7FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FDA0; }
p { color: rgb(215,253,160); }
H1.HeaderClassName
{
color: #D7FDA0;
}
.AnyTagClassName
{
color: #D7FDA0;
}
</style>
background-color css
<style>
a { background-color: #D7FDA0; }
a { background-color: rgb(215,253,160); }
div.DivClassName
{
background-color: #D7FDA0;
}
.BgClassName
{
background-color: #D7FDA0;
}
</style>
border-color css
<style>
span { border-color: #D7FDA0; }
span { border-color: rgb(215,253,160); }
td.TdClassName
{
border-color: #D7FDA0;
}
.TagClassName
{
border-color: #D7FDA0;
}
</style>