Shades of Reef #D3F48F
Tints of Reef #D3F48F
RGB
CMYK
RGB Variations
Color information
#D3F48F (or 0xD3F48F) is known color: Reef. HEX triplet: D3, F4 and 8F. RGB value is (211,244,143). Sum of RGB (Red+Green+Blue) = 211+244+143=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F48F is #2C0B70. Grayscale: #DEDEDE. Windows color (decimal): -2886513 or 9434323. OLE color: 9434323.
HSL color Cylindrical-coordinate representation of color #D3F48F: hue angle of 79.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3F48F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 143 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.04 |
| HSL | 79.6º | 0.82% | 0.76% | - |
| HSV(B) | 79.6º | 0.41% | 0.96% | - |
| XYZ | 64.17 | 80.53 | 38.15 | - |
| YUV | 222.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 143 | 0.14 | 0 | 0.41 | 0.04 | 79.6 | 0.82 | 0.76 |
| Hex | D3 | F4 | 8F | E | 0 | 29 | 4 | 50 | 52 | 4C |
| Octal | 323 | 364 | 217 | 16 | 0 | 51 | 4 | 120 | 122 | 114 |
| Binary | 11010011 | 11110100 | 10001111 | 1110 | 0 | 101001 | 100 | 1010000 | 1010010 | 1001100 |
Color Harmonies of #D3F48F
Complementary color
Monochromatic Colors of #D3F48F
Black with #D3F48F
Text Example
Text Example
White with #D3F48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F48F; }
p { color: rgb(211,244,143); }
H1.HeaderClassName
{
color: #D3F48F;
}
.AnyTagClassName
{
color: #D3F48F;
}
</style>
background-color css
<style>
a { background-color: #D3F48F; }
a { background-color: rgb(211,244,143); }
div.DivClassName
{
background-color: #D3F48F;
}
.BgClassName
{
background-color: #D3F48F;
}
</style>
border-color css
<style>
span { border-color: #D3F48F; }
span { border-color: rgb(211,244,143); }
td.TdClassName
{
border-color: #D3F48F;
}
.TagClassName
{
border-color: #D3F48F;
}
</style>