Shades of Reef #D4FCAA
Tints of Reef #D4FCAA
RGB
CMYK
RGB Variations
Color information
#D4FCAA (or 0xD4FCAA) is known color: Reef. HEX triplet: D4, FC and AA. RGB value is (212,252,170). Sum of RGB (Red+Green+Blue) = 212+252+170=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FCAA is #2B0355. Grayscale: #E6E6E6. Windows color (decimal): -2818902 or 11205844. OLE color: 11205844.
HSL color Cylindrical-coordinate representation of color #D4FCAA: hue angle of 89.27º degrees, saturation: 0.93, 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 #D4FCAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 170 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.01 |
| HSL | 89.27º | 0.93% | 0.83% | - |
| HSV(B) | 89.27º | 0.33% | 0.99% | - |
| XYZ | 69.22 | 86.52 | 51.08 | - |
| YUV | 230.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 170 | 0.16 | 0 | 0.33 | 0.01 | 89.27 | 0.93 | 0.83 |
| Hex | D4 | FC | AA | 10 | 0 | 21 | 1 | 59 | 5D | 53 |
| Octal | 324 | 374 | 252 | 20 | 0 | 41 | 1 | 131 | 135 | 123 |
| Binary | 11010100 | 11111100 | 10101010 | 10000 | 0 | 100001 | 1 | 1011001 | 1011101 | 1010011 |
Color Harmonies of #D4FCAA
Complementary color
Monochromatic Colors of #D4FCAA
Black with #D4FCAA
Text Example
Text Example
White with #D4FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCAA; }
p { color: rgb(212,252,170); }
H1.HeaderClassName
{
color: #D4FCAA;
}
.AnyTagClassName
{
color: #D4FCAA;
}
</style>
background-color css
<style>
a { background-color: #D4FCAA; }
a { background-color: rgb(212,252,170); }
div.DivClassName
{
background-color: #D4FCAA;
}
.BgClassName
{
background-color: #D4FCAA;
}
</style>
border-color css
<style>
span { border-color: #D4FCAA; }
span { border-color: rgb(212,252,170); }
td.TdClassName
{
border-color: #D4FCAA;
}
.TagClassName
{
border-color: #D4FCAA;
}
</style>