Shades of Reef #D2F595
Tints of Reef #D2F595
RGB
CMYK
RGB Variations
Color information
#D2F595 (or 0xD2F595) is known color: Reef. HEX triplet: D2, F5 and 95. RGB value is (210,245,149). Sum of RGB (Red+Green+Blue) = 210+245+149=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F595 is #2D0A6A. Grayscale: #DFDFDF. Windows color (decimal): -2951787 or 9827794. OLE color: 9827794.
HSL color Cylindrical-coordinate representation of color #D2F595: hue angle of 81.87º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2F595 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 149 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.04 |
| HSL | 81.87º | 0.83% | 0.77% | - |
| HSV(B) | 81.87º | 0.39% | 0.96% | - |
| XYZ | 64.66 | 81.18 | 40.69 | - |
| YUV | 223.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 149 | 0.14 | 0 | 0.39 | 0.04 | 81.87 | 0.83 | 0.77 |
| Hex | D2 | F5 | 95 | E | 0 | 27 | 4 | 52 | 53 | 4D |
| Octal | 322 | 365 | 225 | 16 | 0 | 47 | 4 | 122 | 123 | 115 |
| Binary | 11010010 | 11110101 | 10010101 | 1110 | 0 | 100111 | 100 | 1010010 | 1010011 | 1001101 |
Color Harmonies of #D2F595
Complementary color
Monochromatic Colors of #D2F595
Black with #D2F595
Text Example
Text Example
White with #D2F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F595; }
p { color: rgb(210,245,149); }
H1.HeaderClassName
{
color: #D2F595;
}
.AnyTagClassName
{
color: #D2F595;
}
</style>
background-color css
<style>
a { background-color: #D2F595; }
a { background-color: rgb(210,245,149); }
div.DivClassName
{
background-color: #D2F595;
}
.BgClassName
{
background-color: #D2F595;
}
</style>
border-color css
<style>
span { border-color: #D2F595; }
span { border-color: rgb(210,245,149); }
td.TdClassName
{
border-color: #D2F595;
}
.TagClassName
{
border-color: #D2F595;
}
</style>