Shades of Reef #D2FD8B
Tints of Reef #D2FD8B
RGB
CMYK
RGB Variations
Color information
#D2FD8B (or 0xD2FD8B) is known color: Reef. HEX triplet: D2, FD and 8B. RGB value is (210,253,139). Sum of RGB (Red+Green+Blue) = 210+253+139=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FD8B is #2D0274. Grayscale: #E3E3E3. Windows color (decimal): -2949749 or 9174482. OLE color: 9174482.
HSL color Cylindrical-coordinate representation of color #D2FD8B: hue angle of 82.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2FD8B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 139 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.01 |
| HSL | 82.63º | 0.97% | 0.77% | - |
| HSV(B) | 82.63º | 0.45% | 0.99% | - |
| XYZ | 66.36 | 85.82 | 37.49 | - |
| YUV | 227.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 139 | 0.17 | 0 | 0.45 | 0.01 | 82.63 | 0.97 | 0.77 |
| Hex | D2 | FD | 8B | 11 | 0 | 2D | 1 | 53 | 61 | 4D |
| Octal | 322 | 375 | 213 | 21 | 0 | 55 | 1 | 123 | 141 | 115 |
| Binary | 11010010 | 11111101 | 10001011 | 10001 | 0 | 101101 | 1 | 1010011 | 1100001 | 1001101 |
Color Harmonies of #D2FD8B
Complementary color
Monochromatic Colors of #D2FD8B
Black with #D2FD8B
Text Example
Text Example
White with #D2FD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD8B; }
p { color: rgb(210,253,139); }
H1.HeaderClassName
{
color: #D2FD8B;
}
.AnyTagClassName
{
color: #D2FD8B;
}
</style>
background-color css
<style>
a { background-color: #D2FD8B; }
a { background-color: rgb(210,253,139); }
div.DivClassName
{
background-color: #D2FD8B;
}
.BgClassName
{
background-color: #D2FD8B;
}
</style>
border-color css
<style>
span { border-color: #D2FD8B; }
span { border-color: rgb(210,253,139); }
td.TdClassName
{
border-color: #D2FD8B;
}
.TagClassName
{
border-color: #D2FD8B;
}
</style>