Shades of Reef #D4FFA8
Tints of Reef #D4FFA8
RGB
CMYK
RGB Variations
Color information
#D4FFA8 (or 0xD4FFA8) is known color: Reef. HEX triplet: D4, FF and A8. RGB value is (212,255,168). Sum of RGB (Red+Green+Blue) = 212+255+168=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FFA8 is #2B0057. Grayscale: #E8E8E8. Windows color (decimal): -2818136 or 11075540. OLE color: 11075540.
HSL color Cylindrical-coordinate representation of color #D4FFA8: hue angle of 89.66º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4FFA8 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 255 | 168 | - |
CMYK | 0.17 | 0 | 0.34 | 0 |
HSL | 89.66º | 1% | 0.83% | - |
HSV(B) | 89.66º | 0.34% | 1% | - |
XYZ | 69.98 | 88.34 | 50.41 | - |
YUV | 232.23 | 91.75 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 255 | 168 | 0.17 | 0 | 0.34 | 0 | 89.66 | 1 | 0.83 |
Hex | D4 | FF | A8 | 11 | 0 | 22 | 0 | 5A | 64 | 53 |
Octal | 324 | 377 | 250 | 21 | 0 | 42 | 0 | 132 | 144 | 123 |
Binary | 11010100 | 11111111 | 10101000 | 10001 | 0 | 100010 | 0 | 1011010 | 1100100 | 1010011 |
Color Harmonies of #D4FFA8
Complementary color
Monochromatic Colors of #D4FFA8
Black with #D4FFA8
Text Example
Text Example
White with #D4FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFA8; }
p { color: rgb(212,255,168); }
H1.HeaderClassName
{
color: #D4FFA8;
}
.AnyTagClassName
{
color: #D4FFA8;
}
</style>
background-color css
<style>
a { background-color: #D4FFA8; }
a { background-color: rgb(212,255,168); }
div.DivClassName
{
background-color: #D4FFA8;
}
.BgClassName
{
background-color: #D4FFA8;
}
</style>
border-color css
<style>
span { border-color: #D4FFA8; }
span { border-color: rgb(212,255,168); }
td.TdClassName
{
border-color: #D4FFA8;
}
.TagClassName
{
border-color: #D4FFA8;
}
</style>