Shades of Reef #DDF78F
Tints of Reef #DDF78F
RGB
CMYK
RGB Variations
Color information
#DDF78F (or 0xDDF78F) is known color: Reef. HEX triplet: DD, F7 and 8F. RGB value is (221,247,143). Sum of RGB (Red+Green+Blue) = 221+247+143=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF78F is #220870. Grayscale: #E3E3E3. Windows color (decimal): -2230385 or 9435101. OLE color: 9435101.
HSL color Cylindrical-coordinate representation of color #DDF78F: hue angle of 75º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDF78F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 143 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.03 |
| HSL | 75º | 0.87% | 0.76% | - |
| HSV(B) | 75º | 0.42% | 0.97% | - |
| XYZ | 68.04 | 83.88 | 38.59 | - |
| YUV | 227.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 143 | 0.11 | 0 | 0.42 | 0.03 | 75 | 0.87 | 0.76 |
| Hex | DD | F7 | 8F | B | 0 | 2A | 3 | 4B | 57 | 4C |
| Octal | 335 | 367 | 217 | 13 | 0 | 52 | 3 | 113 | 127 | 114 |
| Binary | 11011101 | 11110111 | 10001111 | 1011 | 0 | 101010 | 11 | 1001011 | 1010111 | 1001100 |
Color Harmonies of #DDF78F
Complementary color
Monochromatic Colors of #DDF78F
Black with #DDF78F
Text Example
Text Example
White with #DDF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF78F; }
p { color: rgb(221,247,143); }
H1.HeaderClassName
{
color: #DDF78F;
}
.AnyTagClassName
{
color: #DDF78F;
}
</style>
background-color css
<style>
a { background-color: #DDF78F; }
a { background-color: rgb(221,247,143); }
div.DivClassName
{
background-color: #DDF78F;
}
.BgClassName
{
background-color: #DDF78F;
}
</style>
border-color css
<style>
span { border-color: #DDF78F; }
span { border-color: rgb(221,247,143); }
td.TdClassName
{
border-color: #DDF78F;
}
.TagClassName
{
border-color: #DDF78F;
}
</style>