Shades of Reef #D4FA9D
Tints of Reef #D4FA9D
RGB
CMYK
RGB Variations
Color information
#D4FA9D (or 0xD4FA9D) is known color: Reef. HEX triplet: D4, FA and 9D. RGB value is (212,250,157). Sum of RGB (Red+Green+Blue) = 212+250+157=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FA9D is #2B0562. Grayscale: #E4E4E4. Windows color (decimal): -2819427 or 10353364. OLE color: 10353364.
HSL color Cylindrical-coordinate representation of color #D4FA9D: hue angle of 84.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4FA9D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 157 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.02 |
| HSL | 84.52º | 0.9% | 0.8% | - |
| HSV(B) | 84.52º | 0.37% | 0.98% | - |
| XYZ | 67.42 | 84.8 | 44.71 | - |
| YUV | 228.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 157 | 0.15 | 0 | 0.37 | 0.02 | 84.52 | 0.9 | 0.8 |
| Hex | D4 | FA | 9D | F | 0 | 25 | 2 | 55 | 5A | 50 |
| Octal | 324 | 372 | 235 | 17 | 0 | 45 | 2 | 125 | 132 | 120 |
| Binary | 11010100 | 11111010 | 10011101 | 1111 | 0 | 100101 | 10 | 1010101 | 1011010 | 1010000 |
Color Harmonies of #D4FA9D
Complementary color
Monochromatic Colors of #D4FA9D
Black with #D4FA9D
Text Example
Text Example
White with #D4FA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA9D; }
p { color: rgb(212,250,157); }
H1.HeaderClassName
{
color: #D4FA9D;
}
.AnyTagClassName
{
color: #D4FA9D;
}
</style>
background-color css
<style>
a { background-color: #D4FA9D; }
a { background-color: rgb(212,250,157); }
div.DivClassName
{
background-color: #D4FA9D;
}
.BgClassName
{
background-color: #D4FA9D;
}
</style>
border-color css
<style>
span { border-color: #D4FA9D; }
span { border-color: rgb(212,250,157); }
td.TdClassName
{
border-color: #D4FA9D;
}
.TagClassName
{
border-color: #D4FA9D;
}
</style>