Shades of Reef #D2FA93
Tints of Reef #D2FA93
RGB
CMYK
RGB Variations
Color information
#D2FA93 (or 0xD2FA93) is known color: Reef. HEX triplet: D2, FA and 93. RGB value is (210,250,147). Sum of RGB (Red+Green+Blue) = 210+250+147=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA93 is #2D056C. Grayscale: #E2E2E2. Windows color (decimal): -2950509 or 9698002. OLE color: 9698002.
HSL color Cylindrical-coordinate representation of color #D2FA93: hue angle of 83.3º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2FA93 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 147 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.02 |
| HSL | 83.3º | 0.91% | 0.78% | - |
| HSV(B) | 83.3º | 0.41% | 0.98% | - |
| XYZ | 66.03 | 84.18 | 40.37 | - |
| YUV | 226.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 147 | 0.16 | 0 | 0.41 | 0.02 | 83.3 | 0.91 | 0.78 |
| Hex | D2 | FA | 93 | 10 | 0 | 29 | 2 | 53 | 5B | 4E |
| Octal | 322 | 372 | 223 | 20 | 0 | 51 | 2 | 123 | 133 | 116 |
| Binary | 11010010 | 11111010 | 10010011 | 10000 | 0 | 101001 | 10 | 1010011 | 1011011 | 1001110 |
Color Harmonies of #D2FA93
Complementary color
Monochromatic Colors of #D2FA93
Black with #D2FA93
Text Example
Text Example
White with #D2FA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA93; }
p { color: rgb(210,250,147); }
H1.HeaderClassName
{
color: #D2FA93;
}
.AnyTagClassName
{
color: #D2FA93;
}
</style>
background-color css
<style>
a { background-color: #D2FA93; }
a { background-color: rgb(210,250,147); }
div.DivClassName
{
background-color: #D2FA93;
}
.BgClassName
{
background-color: #D2FA93;
}
</style>
border-color css
<style>
span { border-color: #D2FA93; }
span { border-color: rgb(210,250,147); }
td.TdClassName
{
border-color: #D2FA93;
}
.TagClassName
{
border-color: #D2FA93;
}
</style>