Shades of Reef #DCF492
Tints of Reef #DCF492
RGB
CMYK
RGB Variations
Color information
#DCF492 (or 0xDCF492) is known color: Reef. HEX triplet: DC, F4 and 92. RGB value is (220,244,146). Sum of RGB (Red+Green+Blue) = 220+244+146=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF492 is #230B6D. Grayscale: #E2E2E2. Windows color (decimal): -2296686 or 9630940. OLE color: 9630940.
HSL color Cylindrical-coordinate representation of color #DCF492: hue angle of 74.69º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF492 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 146 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.04 |
| HSL | 74.69º | 0.82% | 0.76% | - |
| HSV(B) | 74.69º | 0.4% | 0.96% | - |
| XYZ | 67.05 | 81.99 | 39.49 | - |
| YUV | 225.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 146 | 0.10 | 0 | 0.40 | 0.04 | 74.69 | 0.82 | 0.76 |
| Hex | DC | F4 | 92 | A | 0 | 28 | 4 | 4B | 52 | 4C |
| Octal | 334 | 364 | 222 | 12 | 0 | 50 | 4 | 113 | 122 | 114 |
| Binary | 11011100 | 11110100 | 10010010 | 1010 | 0 | 101000 | 100 | 1001011 | 1010010 | 1001100 |
Color Harmonies of #DCF492
Complementary color
Monochromatic Colors of #DCF492
Black with #DCF492
Text Example
Text Example
White with #DCF492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF492; }
p { color: rgb(220,244,146); }
H1.HeaderClassName
{
color: #DCF492;
}
.AnyTagClassName
{
color: #DCF492;
}
</style>
background-color css
<style>
a { background-color: #DCF492; }
a { background-color: rgb(220,244,146); }
div.DivClassName
{
background-color: #DCF492;
}
.BgClassName
{
background-color: #DCF492;
}
</style>
border-color css
<style>
span { border-color: #DCF492; }
span { border-color: rgb(220,244,146); }
td.TdClassName
{
border-color: #DCF492;
}
.TagClassName
{
border-color: #DCF492;
}
</style>