Shades of Reef #DCF78F
Tints of Reef #DCF78F
RGB
CMYK
RGB Variations
Color information
#DCF78F (or 0xDCF78F) is known color: Reef. HEX triplet: DC, F7 and 8F. RGB value is (220,247,143). Sum of RGB (Red+Green+Blue) = 220+247+143=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF78F is #230870. Grayscale: #E3E3E3. Windows color (decimal): -2295921 or 9435100. OLE color: 9435100.
HSL color Cylindrical-coordinate representation of color #DCF78F: hue angle of 75.58º 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 #DCF78F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 143 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.03 |
| HSL | 75.58º | 0.87% | 0.76% | - |
| HSV(B) | 75.58º | 0.42% | 0.97% | - |
| XYZ | 67.73 | 83.72 | 38.58 | - |
| YUV | 227.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 143 | 0.11 | 0 | 0.42 | 0.03 | 75.58 | 0.87 | 0.76 |
| Hex | DC | F7 | 8F | B | 0 | 2A | 3 | 4C | 57 | 4C |
| Octal | 334 | 367 | 217 | 13 | 0 | 52 | 3 | 114 | 127 | 114 |
| Binary | 11011100 | 11110111 | 10001111 | 1011 | 0 | 101010 | 11 | 1001100 | 1010111 | 1001100 |
Color Harmonies of #DCF78F
Complementary color
Monochromatic Colors of #DCF78F
Black with #DCF78F
Text Example
Text Example
White with #DCF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF78F; }
p { color: rgb(220,247,143); }
H1.HeaderClassName
{
color: #DCF78F;
}
.AnyTagClassName
{
color: #DCF78F;
}
</style>
background-color css
<style>
a { background-color: #DCF78F; }
a { background-color: rgb(220,247,143); }
div.DivClassName
{
background-color: #DCF78F;
}
.BgClassName
{
background-color: #DCF78F;
}
</style>
border-color css
<style>
span { border-color: #DCF78F; }
span { border-color: rgb(220,247,143); }
td.TdClassName
{
border-color: #DCF78F;
}
.TagClassName
{
border-color: #DCF78F;
}
</style>