Shades of Reef #D2F19D
Tints of Reef #D2F19D
RGB
CMYK
RGB Variations
Color information
#D2F19D (or 0xD2F19D) is known color: Reef. HEX triplet: D2, F1 and 9D. RGB value is (210,241,157). Sum of RGB (Red+Green+Blue) = 210+241+157=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F19D is #2D0E62. Grayscale: #DEDEDE. Windows color (decimal): -2952803 or 10351058. OLE color: 10351058.
HSL color Cylindrical-coordinate representation of color #D2F19D: hue angle of 82.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2F19D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 157 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.05 |
| HSL | 82.14º | 0.75% | 0.78% | - |
| HSV(B) | 82.14º | 0.35% | 0.95% | - |
| XYZ | 64.12 | 79.05 | 43.78 | - |
| YUV | 222.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 157 | 0.13 | 0 | 0.35 | 0.05 | 82.14 | 0.75 | 0.78 |
| Hex | D2 | F1 | 9D | D | 0 | 23 | 5 | 52 | 4B | 4E |
| Octal | 322 | 361 | 235 | 15 | 0 | 43 | 5 | 122 | 113 | 116 |
| Binary | 11010010 | 11110001 | 10011101 | 1101 | 0 | 100011 | 101 | 1010010 | 1001011 | 1001110 |
Color Harmonies of #D2F19D
Complementary color
Monochromatic Colors of #D2F19D
Black with #D2F19D
Text Example
Text Example
White with #D2F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F19D; }
p { color: rgb(210,241,157); }
H1.HeaderClassName
{
color: #D2F19D;
}
.AnyTagClassName
{
color: #D2F19D;
}
</style>
background-color css
<style>
a { background-color: #D2F19D; }
a { background-color: rgb(210,241,157); }
div.DivClassName
{
background-color: #D2F19D;
}
.BgClassName
{
background-color: #D2F19D;
}
</style>
border-color css
<style>
span { border-color: #D2F19D; }
span { border-color: rgb(210,241,157); }
td.TdClassName
{
border-color: #D2F19D;
}
.TagClassName
{
border-color: #D2F19D;
}
</style>