Shades of Reef #D5F0AC
Tints of Reef #D5F0AC
RGB
CMYK
RGB Variations
Color information
#D5F0AC (or 0xD5F0AC) is known color: Reef. HEX triplet: D5, F0 and AC. RGB value is (213,240,172). Sum of RGB (Red+Green+Blue) = 213+240+172=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F0AC is #2A0F53. Grayscale: #E0E0E0. Windows color (decimal): -2756436 or 11333845. OLE color: 11333845.
HSL color Cylindrical-coordinate representation of color #D5F0AC: hue angle of 83.82º 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 #D5F0AC is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 172 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.06 |
| HSL | 83.82º | 0.69% | 0.81% | - |
| HSV(B) | 83.82º | 0.28% | 0.94% | - |
| XYZ | 66.05 | 79.44 | 50.88 | - |
| YUV | 224.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 172 | 0.11 | 0 | 0.28 | 0.06 | 83.82 | 0.69 | 0.81 |
| Hex | D5 | F0 | AC | B | 0 | 1C | 6 | 54 | 45 | 51 |
| Octal | 325 | 360 | 254 | 13 | 0 | 34 | 6 | 124 | 105 | 121 |
| Binary | 11010101 | 11110000 | 10101100 | 1011 | 0 | 11100 | 110 | 1010100 | 1000101 | 1010001 |
Color Harmonies of #D5F0AC
Complementary color
Monochromatic Colors of #D5F0AC
Black with #D5F0AC
Text Example
Text Example
White with #D5F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0AC; }
p { color: rgb(213,240,172); }
H1.HeaderClassName
{
color: #D5F0AC;
}
.AnyTagClassName
{
color: #D5F0AC;
}
</style>
background-color css
<style>
a { background-color: #D5F0AC; }
a { background-color: rgb(213,240,172); }
div.DivClassName
{
background-color: #D5F0AC;
}
.BgClassName
{
background-color: #D5F0AC;
}
</style>
border-color css
<style>
span { border-color: #D5F0AC; }
span { border-color: rgb(213,240,172); }
td.TdClassName
{
border-color: #D5F0AC;
}
.TagClassName
{
border-color: #D5F0AC;
}
</style>