Shades of Reef #D2F39B
Tints of Reef #D2F39B
RGB
CMYK
RGB Variations
Color information
#D2F39B (or 0xD2F39B) is known color: Reef. HEX triplet: D2, F3 and 9B. RGB value is (210,243,155). Sum of RGB (Red+Green+Blue) = 210+243+155=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F39B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F39B is #2D0C64. Grayscale: #DFDFDF. Windows color (decimal): -2952293 or 10220498. OLE color: 10220498.
HSL color Cylindrical-coordinate representation of color #D2F39B: hue angle of 82.5º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2F39B is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 155 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.05 |
| HSL | 82.5º | 0.79% | 0.78% | - |
| HSV(B) | 82.5º | 0.36% | 0.95% | - |
| XYZ | 64.55 | 80.17 | 43.08 | - |
| YUV | 223.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 155 | 0.14 | 0 | 0.36 | 0.05 | 82.5 | 0.79 | 0.78 |
| Hex | D2 | F3 | 9B | E | 0 | 24 | 5 | 52 | 4F | 4E |
| Octal | 322 | 363 | 233 | 16 | 0 | 44 | 5 | 122 | 117 | 116 |
| Binary | 11010010 | 11110011 | 10011011 | 1110 | 0 | 100100 | 101 | 1010010 | 1001111 | 1001110 |
Color Harmonies of #D2F39B
Complementary color
Monochromatic Colors of #D2F39B
Black with #D2F39B
Text Example
Text Example
White with #D2F39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F39B; }
p { color: rgb(210,243,155); }
H1.HeaderClassName
{
color: #D2F39B;
}
.AnyTagClassName
{
color: #D2F39B;
}
</style>
background-color css
<style>
a { background-color: #D2F39B; }
a { background-color: rgb(210,243,155); }
div.DivClassName
{
background-color: #D2F39B;
}
.BgClassName
{
background-color: #D2F39B;
}
</style>
border-color css
<style>
span { border-color: #D2F39B; }
span { border-color: rgb(210,243,155); }
td.TdClassName
{
border-color: #D2F39B;
}
.TagClassName
{
border-color: #D2F39B;
}
</style>