Shades of Reef #D9F28C
Tints of Reef #D9F28C
RGB
CMYK
RGB Variations
Color information
#D9F28C (or 0xD9F28C) is known color: Reef. HEX triplet: D9, F2 and 8C. RGB value is (217,242,140). Sum of RGB (Red+Green+Blue) = 217+242+140=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F28C is #260D73. Grayscale: #DFDFDF. Windows color (decimal): -2493812 or 9237209. OLE color: 9237209.
HSL color Cylindrical-coordinate representation of color #D9F28C: hue angle of 74.71º degrees, saturation: 0.8, 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 #D9F28C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 140 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 74.71º | 0.8% | 0.75% | - |
| HSV(B) | 74.71º | 0.42% | 0.95% | - |
| XYZ | 65.1 | 80.15 | 36.85 | - |
| YUV | 222.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 140 | 0.10 | 0 | 0.42 | 0.05 | 74.71 | 0.8 | 0.75 |
| Hex | D9 | F2 | 8C | A | 0 | 2A | 5 | 4B | 50 | 4B |
| Octal | 331 | 362 | 214 | 12 | 0 | 52 | 5 | 113 | 120 | 113 |
| Binary | 11011001 | 11110010 | 10001100 | 1010 | 0 | 101010 | 101 | 1001011 | 1010000 | 1001011 |
Color Harmonies of #D9F28C
Complementary color
Monochromatic Colors of #D9F28C
Black with #D9F28C
Text Example
Text Example
White with #D9F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F28C; }
p { color: rgb(217,242,140); }
H1.HeaderClassName
{
color: #D9F28C;
}
.AnyTagClassName
{
color: #D9F28C;
}
</style>
background-color css
<style>
a { background-color: #D9F28C; }
a { background-color: rgb(217,242,140); }
div.DivClassName
{
background-color: #D9F28C;
}
.BgClassName
{
background-color: #D9F28C;
}
</style>
border-color css
<style>
span { border-color: #D9F28C; }
span { border-color: rgb(217,242,140); }
td.TdClassName
{
border-color: #D9F28C;
}
.TagClassName
{
border-color: #D9F28C;
}
</style>