Shades of Reef #D5F7AD
Tints of Reef #D5F7AD
RGB
CMYK
RGB Variations
Color information
#D5F7AD (or 0xD5F7AD) is known color: Reef. HEX triplet: D5, F7 and AD. RGB value is (213,247,173). Sum of RGB (Red+Green+Blue) = 213+247+173=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F7AD is #2A0852. Grayscale: #E4E4E4. Windows color (decimal): -2754643 or 11401173. OLE color: 11401173.
HSL color Cylindrical-coordinate representation of color #D5F7AD: hue angle of 87.57º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5F7AD is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 247 | 173 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.03 |
| HSL | 87.57º | 0.82% | 0.82% | - |
| HSV(B) | 87.57º | 0.3% | 0.97% | - |
| XYZ | 68.24 | 83.68 | 52.09 | - |
| YUV | 228.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 247 | 173 | 0.14 | 0 | 0.30 | 0.03 | 87.57 | 0.82 | 0.82 |
| Hex | D5 | F7 | AD | E | 0 | 1E | 3 | 58 | 52 | 52 |
| Octal | 325 | 367 | 255 | 16 | 0 | 36 | 3 | 130 | 122 | 122 |
| Binary | 11010101 | 11110111 | 10101101 | 1110 | 0 | 11110 | 11 | 1011000 | 1010010 | 1010010 |
Color Harmonies of #D5F7AD
Complementary color
Monochromatic Colors of #D5F7AD
Black with #D5F7AD
Text Example
Text Example
White with #D5F7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F7AD; }
p { color: rgb(213,247,173); }
H1.HeaderClassName
{
color: #D5F7AD;
}
.AnyTagClassName
{
color: #D5F7AD;
}
</style>
background-color css
<style>
a { background-color: #D5F7AD; }
a { background-color: rgb(213,247,173); }
div.DivClassName
{
background-color: #D5F7AD;
}
.BgClassName
{
background-color: #D5F7AD;
}
</style>
border-color css
<style>
span { border-color: #D5F7AD; }
span { border-color: rgb(213,247,173); }
td.TdClassName
{
border-color: #D5F7AD;
}
.TagClassName
{
border-color: #D5F7AD;
}
</style>