Shades of Reef #D1F993
Tints of Reef #D1F993
RGB
CMYK
RGB Variations
Color information
#D1F993 (or 0xD1F993) is known color: Reef. HEX triplet: D1, F9 and 93. RGB value is (209,249,147). Sum of RGB (Red+Green+Blue) = 209+249+147=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F993 is #2E066C. Grayscale: #E1E1E1. Windows color (decimal): -3016301 or 9697745. OLE color: 9697745.
HSL color Cylindrical-coordinate representation of color #D1F993: hue angle of 83.53º degrees, saturation: 0.89, 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 #D1F993 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 147 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.02 |
| HSL | 83.53º | 0.89% | 0.78% | - |
| HSV(B) | 83.53º | 0.41% | 0.98% | - |
| XYZ | 65.44 | 83.41 | 40.26 | - |
| YUV | 225.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 147 | 0.16 | 0 | 0.41 | 0.02 | 83.53 | 0.89 | 0.78 |
| Hex | D1 | F9 | 93 | 10 | 0 | 29 | 2 | 54 | 59 | 4E |
| Octal | 321 | 371 | 223 | 20 | 0 | 51 | 2 | 124 | 131 | 116 |
| Binary | 11010001 | 11111001 | 10010011 | 10000 | 0 | 101001 | 10 | 1010100 | 1011001 | 1001110 |
Color Harmonies of #D1F993
Complementary color
Monochromatic Colors of #D1F993
Black with #D1F993
Text Example
Text Example
White with #D1F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F993; }
p { color: rgb(209,249,147); }
H1.HeaderClassName
{
color: #D1F993;
}
.AnyTagClassName
{
color: #D1F993;
}
</style>
background-color css
<style>
a { background-color: #D1F993; }
a { background-color: rgb(209,249,147); }
div.DivClassName
{
background-color: #D1F993;
}
.BgClassName
{
background-color: #D1F993;
}
</style>
border-color css
<style>
span { border-color: #D1F993; }
span { border-color: rgb(209,249,147); }
td.TdClassName
{
border-color: #D1F993;
}
.TagClassName
{
border-color: #D1F993;
}
</style>