Shades of Reef #D4F1AA
Tints of Reef #D4F1AA
RGB
CMYK
RGB Variations
Color information
#D4F1AA (or 0xD4F1AA) is known color: Reef. HEX triplet: D4, F1 and AA. RGB value is (212,241,170). Sum of RGB (Red+Green+Blue) = 212+241+170=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F1AA is #2B0E55. Grayscale: #E0E0E0. Windows color (decimal): -2821718 or 11203028. OLE color: 11203028.
HSL color Cylindrical-coordinate representation of color #D4F1AA: hue angle of 84.51º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4F1AA is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 170 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.05 |
| HSL | 84.51º | 0.72% | 0.81% | - |
| HSV(B) | 84.51º | 0.29% | 0.95% | - |
| XYZ | 65.86 | 79.81 | 49.96 | - |
| YUV | 224.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 170 | 0.12 | 0 | 0.29 | 0.05 | 84.51 | 0.72 | 0.81 |
| Hex | D4 | F1 | AA | C | 0 | 1D | 5 | 55 | 48 | 51 |
| Octal | 324 | 361 | 252 | 14 | 0 | 35 | 5 | 125 | 110 | 121 |
| Binary | 11010100 | 11110001 | 10101010 | 1100 | 0 | 11101 | 101 | 1010101 | 1001000 | 1010001 |
Color Harmonies of #D4F1AA
Complementary color
Monochromatic Colors of #D4F1AA
Black with #D4F1AA
Text Example
Text Example
White with #D4F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F1AA; }
p { color: rgb(212,241,170); }
H1.HeaderClassName
{
color: #D4F1AA;
}
.AnyTagClassName
{
color: #D4F1AA;
}
</style>
background-color css
<style>
a { background-color: #D4F1AA; }
a { background-color: rgb(212,241,170); }
div.DivClassName
{
background-color: #D4F1AA;
}
.BgClassName
{
background-color: #D4F1AA;
}
</style>
border-color css
<style>
span { border-color: #D4F1AA; }
span { border-color: rgb(212,241,170); }
td.TdClassName
{
border-color: #D4F1AA;
}
.TagClassName
{
border-color: #D4F1AA;
}
</style>