Shades of Reef #D2F292
Tints of Reef #D2F292
RGB
CMYK
RGB Variations
Color information
#D2F292 (or 0xD2F292) is known color: Reef. HEX triplet: D2, F2 and 92. RGB value is (210,242,146). Sum of RGB (Red+Green+Blue) = 210+242+146=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F292 is #2D0D6D. Grayscale: #DDDDDD. Windows color (decimal): -2952558 or 9630418. OLE color: 9630418.
HSL color Cylindrical-coordinate representation of color #D2F292: hue angle of 80º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2F292 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 146 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.05 |
| HSL | 80º | 0.79% | 0.76% | - |
| HSV(B) | 80º | 0.4% | 0.95% | - |
| XYZ | 63.52 | 79.28 | 39.15 | - |
| YUV | 221.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 146 | 0.13 | 0 | 0.40 | 0.05 | 80 | 0.79 | 0.76 |
| Hex | D2 | F2 | 92 | D | 0 | 28 | 5 | 50 | 4F | 4C |
| Octal | 322 | 362 | 222 | 15 | 0 | 50 | 5 | 120 | 117 | 114 |
| Binary | 11010010 | 11110010 | 10010010 | 1101 | 0 | 101000 | 101 | 1010000 | 1001111 | 1001100 |
Color Harmonies of #D2F292
Complementary color
Monochromatic Colors of #D2F292
Black with #D2F292
Text Example
Text Example
White with #D2F292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F292; }
p { color: rgb(210,242,146); }
H1.HeaderClassName
{
color: #D2F292;
}
.AnyTagClassName
{
color: #D2F292;
}
</style>
background-color css
<style>
a { background-color: #D2F292; }
a { background-color: rgb(210,242,146); }
div.DivClassName
{
background-color: #D2F292;
}
.BgClassName
{
background-color: #D2F292;
}
</style>
border-color css
<style>
span { border-color: #D2F292; }
span { border-color: rgb(210,242,146); }
td.TdClassName
{
border-color: #D2F292;
}
.TagClassName
{
border-color: #D2F292;
}
</style>