Shades of Reef #D5FFAE
Tints of Reef #D5FFAE
RGB
CMYK
RGB Variations
Color information
#D5FFAE (or 0xD5FFAE) is known color: Reef. HEX triplet: D5, FF and AE. RGB value is (213,255,174). Sum of RGB (Red+Green+Blue) = 213+255+174=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFAE is #2A0051. Grayscale: #E9E9E9. Windows color (decimal): -2752594 or 11468757. OLE color: 11468757.
HSL color Cylindrical-coordinate representation of color #D5FFAE: hue angle of 91.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5FFAE is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 174 | - |
| CMYK | 0.16 | 0 | 0.32 | 0 |
| HSL | 91.11º | 1% | 0.84% | - |
| HSV(B) | 91.11º | 0.32% | 1% | - |
| XYZ | 70.84 | 88.72 | 53.44 | - |
| YUV | 233.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 174 | 0.16 | 0 | 0.32 | 0 | 91.11 | 1 | 0.84 |
| Hex | D5 | FF | AE | 10 | 0 | 20 | 0 | 5B | 64 | 54 |
| Octal | 325 | 377 | 256 | 20 | 0 | 40 | 0 | 133 | 144 | 124 |
| Binary | 11010101 | 11111111 | 10101110 | 10000 | 0 | 100000 | 0 | 1011011 | 1100100 | 1010100 |
Color Harmonies of #D5FFAE
Complementary color
Monochromatic Colors of #D5FFAE
Black with #D5FFAE
Text Example
Text Example
White with #D5FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFAE; }
p { color: rgb(213,255,174); }
H1.HeaderClassName
{
color: #D5FFAE;
}
.AnyTagClassName
{
color: #D5FFAE;
}
</style>
background-color css
<style>
a { background-color: #D5FFAE; }
a { background-color: rgb(213,255,174); }
div.DivClassName
{
background-color: #D5FFAE;
}
.BgClassName
{
background-color: #D5FFAE;
}
</style>
border-color css
<style>
span { border-color: #D5FFAE; }
span { border-color: rgb(213,255,174); }
td.TdClassName
{
border-color: #D5FFAE;
}
.TagClassName
{
border-color: #D5FFAE;
}
</style>