Shades of Reef #D2F5AF
Tints of Reef #D2F5AF
RGB
CMYK
RGB Variations
Color information
#D2F5AF (or 0xD2F5AF) is known color: Reef. HEX triplet: D2, F5 and AF. RGB value is (210,245,175). Sum of RGB (Red+Green+Blue) = 210+245+175=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F5AF is #2D0A50. Grayscale: #E2E2E2. Windows color (decimal): -2951761 or 11531730. OLE color: 11531730.
HSL color Cylindrical-coordinate representation of color #D2F5AF: hue angle of 90º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2F5AF is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 175 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.04 |
| HSL | 90º | 0.78% | 0.82% | - |
| HSV(B) | 90º | 0.29% | 0.96% | - |
| XYZ | 66.97 | 82.1 | 52.88 | - |
| YUV | 226.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 175 | 0.14 | 0 | 0.29 | 0.04 | 90 | 0.78 | 0.82 |
| Hex | D2 | F5 | AF | E | 0 | 1D | 4 | 5A | 4E | 52 |
| Octal | 322 | 365 | 257 | 16 | 0 | 35 | 4 | 132 | 116 | 122 |
| Binary | 11010010 | 11110101 | 10101111 | 1110 | 0 | 11101 | 100 | 1011010 | 1001110 | 1010010 |
Color Harmonies of #D2F5AF
Complementary color
Monochromatic Colors of #D2F5AF
Black with #D2F5AF
Text Example
Text Example
White with #D2F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F5AF; }
p { color: rgb(210,245,175); }
H1.HeaderClassName
{
color: #D2F5AF;
}
.AnyTagClassName
{
color: #D2F5AF;
}
</style>
background-color css
<style>
a { background-color: #D2F5AF; }
a { background-color: rgb(210,245,175); }
div.DivClassName
{
background-color: #D2F5AF;
}
.BgClassName
{
background-color: #D2F5AF;
}
</style>
border-color css
<style>
span { border-color: #D2F5AF; }
span { border-color: rgb(210,245,175); }
td.TdClassName
{
border-color: #D2F5AF;
}
.TagClassName
{
border-color: #D2F5AF;
}
</style>