Shades of Reef #D5F9AA
Tints of Reef #D5F9AA
RGB
CMYK
RGB Variations
Color information
#D5F9AA (or 0xD5F9AA) is known color: Reef. HEX triplet: D5, F9 and AA. RGB value is (213,249,170). Sum of RGB (Red+Green+Blue) = 213+249+170=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F9AA is #2A0655. Grayscale: #E5E5E5. Windows color (decimal): -2754134 or 11205077. OLE color: 11205077.
HSL color Cylindrical-coordinate representation of color #D5F9AA: hue angle of 87.34º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5F9AA is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 170 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.02 |
| HSL | 87.34º | 0.87% | 0.82% | - |
| HSV(B) | 87.34º | 0.32% | 0.98% | - |
| XYZ | 68.57 | 84.8 | 50.78 | - |
| YUV | 229.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 170 | 0.14 | 0 | 0.32 | 0.02 | 87.34 | 0.87 | 0.82 |
| Hex | D5 | F9 | AA | E | 0 | 20 | 2 | 57 | 57 | 52 |
| Octal | 325 | 371 | 252 | 16 | 0 | 40 | 2 | 127 | 127 | 122 |
| Binary | 11010101 | 11111001 | 10101010 | 1110 | 0 | 100000 | 10 | 1010111 | 1010111 | 1010010 |
Color Harmonies of #D5F9AA
Complementary color
Monochromatic Colors of #D5F9AA
Black with #D5F9AA
Text Example
Text Example
White with #D5F9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F9AA; }
p { color: rgb(213,249,170); }
H1.HeaderClassName
{
color: #D5F9AA;
}
.AnyTagClassName
{
color: #D5F9AA;
}
</style>
background-color css
<style>
a { background-color: #D5F9AA; }
a { background-color: rgb(213,249,170); }
div.DivClassName
{
background-color: #D5F9AA;
}
.BgClassName
{
background-color: #D5F9AA;
}
</style>
border-color css
<style>
span { border-color: #D5F9AA; }
span { border-color: rgb(213,249,170); }
td.TdClassName
{
border-color: #D5F9AA;
}
.TagClassName
{
border-color: #D5F9AA;
}
</style>