Shades of Reef #D2F19C
Tints of Reef #D2F19C
RGB
CMYK
RGB Variations
Color information
#D2F19C (or 0xD2F19C) is known color: Reef. HEX triplet: D2, F1 and 9C. RGB value is (210,241,156). Sum of RGB (Red+Green+Blue) = 210+241+156=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F19C is #2D0E63. Grayscale: #DEDEDE. Windows color (decimal): -2952804 or 10285522. OLE color: 10285522.
HSL color Cylindrical-coordinate representation of color #D2F19C: hue angle of 81.88º 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 #D2F19C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 156 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.05 |
| HSL | 81.88º | 0.75% | 0.78% | - |
| HSV(B) | 81.88º | 0.35% | 0.95% | - |
| XYZ | 64.03 | 79.01 | 43.33 | - |
| YUV | 222.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 156 | 0.13 | 0 | 0.35 | 0.05 | 81.88 | 0.75 | 0.78 |
| Hex | D2 | F1 | 9C | D | 0 | 23 | 5 | 52 | 4B | 4E |
| Octal | 322 | 361 | 234 | 15 | 0 | 43 | 5 | 122 | 113 | 116 |
| Binary | 11010010 | 11110001 | 10011100 | 1101 | 0 | 100011 | 101 | 1010010 | 1001011 | 1001110 |
Color Harmonies of #D2F19C
Complementary color
Monochromatic Colors of #D2F19C
Black with #D2F19C
Text Example
Text Example
White with #D2F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F19C; }
p { color: rgb(210,241,156); }
H1.HeaderClassName
{
color: #D2F19C;
}
.AnyTagClassName
{
color: #D2F19C;
}
</style>
background-color css
<style>
a { background-color: #D2F19C; }
a { background-color: rgb(210,241,156); }
div.DivClassName
{
background-color: #D2F19C;
}
.BgClassName
{
background-color: #D2F19C;
}
</style>
border-color css
<style>
span { border-color: #D2F19C; }
span { border-color: rgb(210,241,156); }
td.TdClassName
{
border-color: #D2F19C;
}
.TagClassName
{
border-color: #D2F19C;
}
</style>