Shades of Reef #D4FDAA
Tints of Reef #D4FDAA
RGB
CMYK
RGB Variations
Color information
#D4FDAA (or 0xD4FDAA) is known color: Reef. HEX triplet: D4, FD and AA. RGB value is (212,253,170). Sum of RGB (Red+Green+Blue) = 212+253+170=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FDAA is #2B0255. Grayscale: #E7E7E7. Windows color (decimal): -2818646 or 11206100. OLE color: 11206100.
HSL color Cylindrical-coordinate representation of color #D4FDAA: hue angle of 89.64º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4FDAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 253 | 170 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.01 |
| HSL | 89.64º | 0.95% | 0.83% | - |
| HSV(B) | 89.64º | 0.33% | 0.99% | - |
| XYZ | 69.53 | 87.15 | 51.19 | - |
| YUV | 231.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 253 | 170 | 0.16 | 0 | 0.33 | 0.01 | 89.64 | 0.95 | 0.83 |
| Hex | D4 | FD | AA | 10 | 0 | 21 | 1 | 5A | 5F | 53 |
| Octal | 324 | 375 | 252 | 20 | 0 | 41 | 1 | 132 | 137 | 123 |
| Binary | 11010100 | 11111101 | 10101010 | 10000 | 0 | 100001 | 1 | 1011010 | 1011111 | 1010011 |
Color Harmonies of #D4FDAA
Complementary color
Monochromatic Colors of #D4FDAA
Black with #D4FDAA
Text Example
Text Example
White with #D4FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDAA; }
p { color: rgb(212,253,170); }
H1.HeaderClassName
{
color: #D4FDAA;
}
.AnyTagClassName
{
color: #D4FDAA;
}
</style>
background-color css
<style>
a { background-color: #D4FDAA; }
a { background-color: rgb(212,253,170); }
div.DivClassName
{
background-color: #D4FDAA;
}
.BgClassName
{
background-color: #D4FDAA;
}
</style>
border-color css
<style>
span { border-color: #D4FDAA; }
span { border-color: rgb(212,253,170); }
td.TdClassName
{
border-color: #D4FDAA;
}
.TagClassName
{
border-color: #D4FDAA;
}
</style>