Shades of Reef #D5FDAD
Tints of Reef #D5FDAD
RGB
CMYK
RGB Variations
Color information
#D5FDAD (or 0xD5FDAD) is known color: Reef. HEX triplet: D5, FD and AD. RGB value is (213,253,173). Sum of RGB (Red+Green+Blue) = 213+253+173=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAD is #2A0252. Grayscale: #E8E8E8. Windows color (decimal): -2753107 or 11402709. OLE color: 11402709.
HSL color Cylindrical-coordinate representation of color #D5FDAD: hue angle of 90º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5FDAD is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 173 | - |
CMYK | 0.16 | 0 | 0.32 | 0.01 |
HSL | 90º | 0.95% | 0.84% | - |
HSV(B) | 90º | 0.32% | 0.99% | - |
XYZ | 70.11 | 87.41 | 52.71 | - |
YUV | 231.92 | 94.75 | 114.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 173 | 0.16 | 0 | 0.32 | 0.01 | 90 | 0.95 | 0.84 |
Hex | D5 | FD | AD | 10 | 0 | 20 | 1 | 5A | 5F | 54 |
Octal | 325 | 375 | 255 | 20 | 0 | 40 | 1 | 132 | 137 | 124 |
Binary | 11010101 | 11111101 | 10101101 | 10000 | 0 | 100000 | 1 | 1011010 | 1011111 | 1010100 |
Color Harmonies of #D5FDAD
Complementary color
Monochromatic Colors of #D5FDAD
Black with #D5FDAD
Text Example
Text Example
White with #D5FDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FDAD; }
p { color: rgb(213,253,173); }
H1.HeaderClassName
{
color: #D5FDAD;
}
.AnyTagClassName
{
color: #D5FDAD;
}
</style>
background-color css
<style>
a { background-color: #D5FDAD; }
a { background-color: rgb(213,253,173); }
div.DivClassName
{
background-color: #D5FDAD;
}
.BgClassName
{
background-color: #D5FDAD;
}
</style>
border-color css
<style>
span { border-color: #D5FDAD; }
span { border-color: rgb(213,253,173); }
td.TdClassName
{
border-color: #D5FDAD;
}
.TagClassName
{
border-color: #D5FDAD;
}
</style>