Shades of Reef #DCF590
Tints of Reef #DCF590
RGB
CMYK
RGB Variations
Color information
#DCF590 (or 0xDCF590) is known color: Reef. HEX triplet: DC, F5 and 90. RGB value is (220,245,144). Sum of RGB (Red+Green+Blue) = 220+245+144=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF590 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF590 is #230A6F. Grayscale: #E2E2E2. Windows color (decimal): -2296432 or 9500124. OLE color: 9500124.
HSL color Cylindrical-coordinate representation of color #DCF590: hue angle of 74.85º degrees, saturation: 0.83, 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 #DCF590 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 144 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.04 |
| HSL | 74.85º | 0.83% | 0.76% | - |
| HSV(B) | 74.85º | 0.41% | 0.96% | - |
| XYZ | 67.2 | 82.53 | 38.77 | - |
| YUV | 226.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 144 | 0.10 | 0 | 0.41 | 0.04 | 74.85 | 0.83 | 0.76 |
| Hex | DC | F5 | 90 | A | 0 | 29 | 4 | 4B | 53 | 4C |
| Octal | 334 | 365 | 220 | 12 | 0 | 51 | 4 | 113 | 123 | 114 |
| Binary | 11011100 | 11110101 | 10010000 | 1010 | 0 | 101001 | 100 | 1001011 | 1010011 | 1001100 |
Color Harmonies of #DCF590
Complementary color
Monochromatic Colors of #DCF590
Black with #DCF590
Text Example
Text Example
White with #DCF590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF590; }
p { color: rgb(220,245,144); }
H1.HeaderClassName
{
color: #DCF590;
}
.AnyTagClassName
{
color: #DCF590;
}
</style>
background-color css
<style>
a { background-color: #DCF590; }
a { background-color: rgb(220,245,144); }
div.DivClassName
{
background-color: #DCF590;
}
.BgClassName
{
background-color: #DCF590;
}
</style>
border-color css
<style>
span { border-color: #DCF590; }
span { border-color: rgb(220,245,144); }
td.TdClassName
{
border-color: #DCF590;
}
.TagClassName
{
border-color: #DCF590;
}
</style>