Shades of Reef #D4FFA5
Tints of Reef #D4FFA5
RGB
CMYK
RGB Variations
Color information
#D4FFA5 (or 0xD4FFA5) is known color: Reef. HEX triplet: D4, FF and A5. RGB value is (212,255,165). Sum of RGB (Red+Green+Blue) = 212+255+165=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 165 (64.84% from 255 or 26.11% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FFA5 is #2B005A. Grayscale: #E8E8E8. Windows color (decimal): -2818139 or 10878932. OLE color: 10878932.
HSL color Cylindrical-coordinate representation of color #D4FFA5: hue angle of 88.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4FFA5 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 165 | - |
| CMYK | 0.17 | 0 | 0.35 | 0 |
| HSL | 88.67º | 1% | 0.82% | - |
| HSV(B) | 88.67º | 0.35% | 1% | - |
| XYZ | 69.7 | 88.23 | 48.95 | - |
| YUV | 231.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 165 | 0.17 | 0 | 0.35 | 0 | 88.67 | 1 | 0.82 |
| Hex | D4 | FF | A5 | 11 | 0 | 23 | 0 | 59 | 64 | 52 |
| Octal | 324 | 377 | 245 | 21 | 0 | 43 | 0 | 131 | 144 | 122 |
| Binary | 11010100 | 11111111 | 10100101 | 10001 | 0 | 100011 | 0 | 1011001 | 1100100 | 1010010 |
Color Harmonies of #D4FFA5
Complementary color
Monochromatic Colors of #D4FFA5
Black with #D4FFA5
Text Example
Text Example
White with #D4FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFA5; }
p { color: rgb(212,255,165); }
H1.HeaderClassName
{
color: #D4FFA5;
}
.AnyTagClassName
{
color: #D4FFA5;
}
</style>
background-color css
<style>
a { background-color: #D4FFA5; }
a { background-color: rgb(212,255,165); }
div.DivClassName
{
background-color: #D4FFA5;
}
.BgClassName
{
background-color: #D4FFA5;
}
</style>
border-color css
<style>
span { border-color: #D4FFA5; }
span { border-color: rgb(212,255,165); }
td.TdClassName
{
border-color: #D4FFA5;
}
.TagClassName
{
border-color: #D4FFA5;
}
</style>