Shades of Reef #DCF593
Tints of Reef #DCF593
RGB
CMYK
RGB Variations
Color information
#DCF593 (or 0xDCF593) is known color: Reef. HEX triplet: DC, F5 and 93. RGB value is (220,245,147). Sum of RGB (Red+Green+Blue) = 220+245+147=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF593 is #230A6C. Grayscale: #E2E2E2. Windows color (decimal): -2296429 or 9696732. OLE color: 9696732.
HSL color Cylindrical-coordinate representation of color #DCF593: hue angle of 75.31º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF593 is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 147 | - |
| CMYK | 0.10 | 0 | 0.4 | 0.04 |
| HSL | 75.31º | 0.83% | 0.77% | - |
| HSV(B) | 75.31º | 0.4% | 0.96% | - |
| XYZ | 67.43 | 82.63 | 40 | - |
| YUV | 226.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 147 | 0.10 | 0 | 0.4 | 0.04 | 75.31 | 0.83 | 0.77 |
| Hex | DC | F5 | 93 | A | 0 | 28 | 4 | 4B | 53 | 4D |
| Octal | 334 | 365 | 223 | 12 | 0 | 50 | 4 | 113 | 123 | 115 |
| Binary | 11011100 | 11110101 | 10010011 | 1010 | 0 | 101000 | 100 | 1001011 | 1010011 | 1001101 |
Color Harmonies of #DCF593
Complementary color
Monochromatic Colors of #DCF593
Black with #DCF593
Text Example
Text Example
White with #DCF593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF593; }
p { color: rgb(220,245,147); }
H1.HeaderClassName
{
color: #DCF593;
}
.AnyTagClassName
{
color: #DCF593;
}
</style>
background-color css
<style>
a { background-color: #DCF593; }
a { background-color: rgb(220,245,147); }
div.DivClassName
{
background-color: #DCF593;
}
.BgClassName
{
background-color: #DCF593;
}
</style>
border-color css
<style>
span { border-color: #DCF593; }
span { border-color: rgb(220,245,147); }
td.TdClassName
{
border-color: #DCF593;
}
.TagClassName
{
border-color: #DCF593;
}
</style>