Shades of Reef #DCF393
Tints of Reef #DCF393
RGB
CMYK
RGB Variations
Color information
#DCF393 (or 0xDCF393) is known color: Reef. HEX triplet: DC, F3 and 93. RGB value is (220,243,147). Sum of RGB (Red+Green+Blue) = 220+243+147=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF393 is #230C6C. Grayscale: #E1E1E1. Windows color (decimal): -2296941 or 9696220. OLE color: 9696220.
HSL color Cylindrical-coordinate representation of color #DCF393: hue angle of 74.37º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF393 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 147 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.05 |
| HSL | 74.37º | 0.8% | 0.76% | - |
| HSV(B) | 74.37º | 0.4% | 0.95% | - |
| XYZ | 66.83 | 81.42 | 39.8 | - |
| YUV | 225.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 147 | 0.09 | 0 | 0.40 | 0.05 | 74.37 | 0.8 | 0.76 |
| Hex | DC | F3 | 93 | 9 | 0 | 28 | 5 | 4A | 50 | 4C |
| Octal | 334 | 363 | 223 | 11 | 0 | 50 | 5 | 112 | 120 | 114 |
| Binary | 11011100 | 11110011 | 10010011 | 1001 | 0 | 101000 | 101 | 1001010 | 1010000 | 1001100 |
Color Harmonies of #DCF393
Complementary color
Monochromatic Colors of #DCF393
Black with #DCF393
Text Example
Text Example
White with #DCF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF393; }
p { color: rgb(220,243,147); }
H1.HeaderClassName
{
color: #DCF393;
}
.AnyTagClassName
{
color: #DCF393;
}
</style>
background-color css
<style>
a { background-color: #DCF393; }
a { background-color: rgb(220,243,147); }
div.DivClassName
{
background-color: #DCF393;
}
.BgClassName
{
background-color: #DCF393;
}
</style>
border-color css
<style>
span { border-color: #DCF393; }
span { border-color: rgb(220,243,147); }
td.TdClassName
{
border-color: #DCF393;
}
.TagClassName
{
border-color: #DCF393;
}
</style>