Shades of Reef #D9F38C
Tints of Reef #D9F38C
RGB
CMYK
RGB Variations
Color information
#D9F38C (or 0xD9F38C) is known color: Reef. HEX triplet: D9, F3 and 8C. RGB value is (217,243,140). Sum of RGB (Red+Green+Blue) = 217+243+140=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F38C is #260C73. Grayscale: #DFDFDF. Windows color (decimal): -2493556 or 9237465. OLE color: 9237465.
HSL color Cylindrical-coordinate representation of color #D9F38C: hue angle of 75.15º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9F38C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 140 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.05 |
| HSL | 75.15º | 0.81% | 0.75% | - |
| HSV(B) | 75.15º | 0.42% | 0.95% | - |
| XYZ | 65.4 | 80.75 | 36.95 | - |
| YUV | 223.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 140 | 0.11 | 0 | 0.42 | 0.05 | 75.15 | 0.81 | 0.75 |
| Hex | D9 | F3 | 8C | B | 0 | 2A | 5 | 4B | 51 | 4B |
| Octal | 331 | 363 | 214 | 13 | 0 | 52 | 5 | 113 | 121 | 113 |
| Binary | 11011001 | 11110011 | 10001100 | 1011 | 0 | 101010 | 101 | 1001011 | 1010001 | 1001011 |
Color Harmonies of #D9F38C
Complementary color
Monochromatic Colors of #D9F38C
Black with #D9F38C
Text Example
Text Example
White with #D9F38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F38C; }
p { color: rgb(217,243,140); }
H1.HeaderClassName
{
color: #D9F38C;
}
.AnyTagClassName
{
color: #D9F38C;
}
</style>
background-color css
<style>
a { background-color: #D9F38C; }
a { background-color: rgb(217,243,140); }
div.DivClassName
{
background-color: #D9F38C;
}
.BgClassName
{
background-color: #D9F38C;
}
</style>
border-color css
<style>
span { border-color: #D9F38C; }
span { border-color: rgb(217,243,140); }
td.TdClassName
{
border-color: #D9F38C;
}
.TagClassName
{
border-color: #D9F38C;
}
</style>