Shades of Reef #D9F28B
Tints of Reef #D9F28B
RGB
CMYK
RGB Variations
Color information
#D9F28B (or 0xD9F28B) is known color: Reef. HEX triplet: D9, F2 and 8B. RGB value is (217,242,139). Sum of RGB (Red+Green+Blue) = 217+242+139=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F28B is #260D74. Grayscale: #DFDFDF. Windows color (decimal): -2493813 or 9171673. OLE color: 9171673.
HSL color Cylindrical-coordinate representation of color #D9F28B: hue angle of 74.56º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9F28B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 242 | 139 | - |
CMYK | 0.10 | 0 | 0.43 | 0.05 |
HSL | 74.56º | 0.8% | 0.75% | - |
HSV(B) | 74.56º | 0.43% | 0.95% | - |
XYZ | 65.03 | 80.12 | 36.46 | - |
YUV | 222.78 | 80.72 | 123.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 242 | 139 | 0.10 | 0 | 0.43 | 0.05 | 74.56 | 0.8 | 0.75 |
Hex | D9 | F2 | 8B | A | 0 | 2B | 5 | 4B | 50 | 4B |
Octal | 331 | 362 | 213 | 12 | 0 | 53 | 5 | 113 | 120 | 113 |
Binary | 11011001 | 11110010 | 10001011 | 1010 | 0 | 101011 | 101 | 1001011 | 1010000 | 1001011 |
Color Harmonies of #D9F28B
Complementary color
Monochromatic Colors of #D9F28B
Black with #D9F28B
Text Example
Text Example
White with #D9F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F28B; }
p { color: rgb(217,242,139); }
H1.HeaderClassName
{
color: #D9F28B;
}
.AnyTagClassName
{
color: #D9F28B;
}
</style>
background-color css
<style>
a { background-color: #D9F28B; }
a { background-color: rgb(217,242,139); }
div.DivClassName
{
background-color: #D9F28B;
}
.BgClassName
{
background-color: #D9F28B;
}
</style>
border-color css
<style>
span { border-color: #D9F28B; }
span { border-color: rgb(217,242,139); }
td.TdClassName
{
border-color: #D9F28B;
}
.TagClassName
{
border-color: #D9F28B;
}
</style>