Shades of Reef #DCF490
Tints of Reef #DCF490
RGB
CMYK
RGB Variations
Color information
#DCF490 (or 0xDCF490) is known color: Reef. HEX triplet: DC, F4 and 90. RGB value is (220,244,144). Sum of RGB (Red+Green+Blue) = 220+244+144=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF490 is #230B6F. Grayscale: #E1E1E1. Windows color (decimal): -2296688 or 9499868. OLE color: 9499868.
HSL color Cylindrical-coordinate representation of color #DCF490: hue angle of 74.4º degrees, saturation: 0.82, 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 #DCF490 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 144 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.04 |
| HSL | 74.4º | 0.82% | 0.76% | - |
| HSV(B) | 74.4º | 0.41% | 0.96% | - |
| XYZ | 66.9 | 81.93 | 38.67 | - |
| YUV | 225.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 144 | 0.10 | 0 | 0.41 | 0.04 | 74.4 | 0.82 | 0.76 |
| Hex | DC | F4 | 90 | A | 0 | 29 | 4 | 4A | 52 | 4C |
| Octal | 334 | 364 | 220 | 12 | 0 | 51 | 4 | 112 | 122 | 114 |
| Binary | 11011100 | 11110100 | 10010000 | 1010 | 0 | 101001 | 100 | 1001010 | 1010010 | 1001100 |
Color Harmonies of #DCF490
Complementary color
Monochromatic Colors of #DCF490
Black with #DCF490
Text Example
Text Example
White with #DCF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF490; }
p { color: rgb(220,244,144); }
H1.HeaderClassName
{
color: #DCF490;
}
.AnyTagClassName
{
color: #DCF490;
}
</style>
background-color css
<style>
a { background-color: #DCF490; }
a { background-color: rgb(220,244,144); }
div.DivClassName
{
background-color: #DCF490;
}
.BgClassName
{
background-color: #DCF490;
}
</style>
border-color css
<style>
span { border-color: #DCF490; }
span { border-color: rgb(220,244,144); }
td.TdClassName
{
border-color: #DCF490;
}
.TagClassName
{
border-color: #DCF490;
}
</style>