Shades of Reef #D4F0AD
Tints of Reef #D4F0AD
RGB
CMYK
RGB Variations
Color information
#D4F0AD (or 0xD4F0AD) is known color: Reef. HEX triplet: D4, F0 and AD. RGB value is (212,240,173). Sum of RGB (Red+Green+Blue) = 212+240+173=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F0AD is #2B0F52. Grayscale: #E0E0E0. Windows color (decimal): -2821971 or 11399380. OLE color: 11399380.
HSL color Cylindrical-coordinate representation of color #D4F0AD: hue angle of 85.07º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4F0AD is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 173 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.06 |
| HSL | 85.07º | 0.69% | 0.81% | - |
| HSV(B) | 85.07º | 0.28% | 0.94% | - |
| XYZ | 65.85 | 79.33 | 51.38 | - |
| YUV | 223.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 173 | 0.12 | 0 | 0.28 | 0.06 | 85.07 | 0.69 | 0.81 |
| Hex | D4 | F0 | AD | C | 0 | 1C | 6 | 55 | 45 | 51 |
| Octal | 324 | 360 | 255 | 14 | 0 | 34 | 6 | 125 | 105 | 121 |
| Binary | 11010100 | 11110000 | 10101101 | 1100 | 0 | 11100 | 110 | 1010101 | 1000101 | 1010001 |
Color Harmonies of #D4F0AD
Complementary color
Monochromatic Colors of #D4F0AD
Black with #D4F0AD
Text Example
Text Example
White with #D4F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F0AD; }
p { color: rgb(212,240,173); }
H1.HeaderClassName
{
color: #D4F0AD;
}
.AnyTagClassName
{
color: #D4F0AD;
}
</style>
background-color css
<style>
a { background-color: #D4F0AD; }
a { background-color: rgb(212,240,173); }
div.DivClassName
{
background-color: #D4F0AD;
}
.BgClassName
{
background-color: #D4F0AD;
}
</style>
border-color css
<style>
span { border-color: #D4F0AD; }
span { border-color: rgb(212,240,173); }
td.TdClassName
{
border-color: #D4F0AD;
}
.TagClassName
{
border-color: #D4F0AD;
}
</style>