Shades of Reef #D3F28F
Tints of Reef #D3F28F
RGB
CMYK
RGB Variations
Color information
#D3F28F (or 0xD3F28F) is known color: Reef. HEX triplet: D3, F2 and 8F. RGB value is (211,242,143). Sum of RGB (Red+Green+Blue) = 211+242+143=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F28F is #2C0D70. Grayscale: #DDDDDD. Windows color (decimal): -2887025 or 9433811. OLE color: 9433811.
HSL color Cylindrical-coordinate representation of color #D3F28F: hue angle of 78.79º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3F28F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 143 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.05 |
| HSL | 78.79º | 0.79% | 0.75% | - |
| HSV(B) | 78.79º | 0.41% | 0.95% | - |
| XYZ | 63.57 | 79.34 | 37.95 | - |
| YUV | 221.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 143 | 0.13 | 0 | 0.41 | 0.05 | 78.79 | 0.79 | 0.75 |
| Hex | D3 | F2 | 8F | D | 0 | 29 | 5 | 4F | 4F | 4B |
| Octal | 323 | 362 | 217 | 15 | 0 | 51 | 5 | 117 | 117 | 113 |
| Binary | 11010011 | 11110010 | 10001111 | 1101 | 0 | 101001 | 101 | 1001111 | 1001111 | 1001011 |
Color Harmonies of #D3F28F
Complementary color
Monochromatic Colors of #D3F28F
Black with #D3F28F
Text Example
Text Example
White with #D3F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F28F; }
p { color: rgb(211,242,143); }
H1.HeaderClassName
{
color: #D3F28F;
}
.AnyTagClassName
{
color: #D3F28F;
}
</style>
background-color css
<style>
a { background-color: #D3F28F; }
a { background-color: rgb(211,242,143); }
div.DivClassName
{
background-color: #D3F28F;
}
.BgClassName
{
background-color: #D3F28F;
}
</style>
border-color css
<style>
span { border-color: #D3F28F; }
span { border-color: rgb(211,242,143); }
td.TdClassName
{
border-color: #D3F28F;
}
.TagClassName
{
border-color: #D3F28F;
}
</style>