Shades of Reef #DCF09C
Tints of Reef #DCF09C
RGB
CMYK
RGB Variations
Color information
#DCF09C (or 0xDCF09C) is known color: Reef. HEX triplet: DC, F0 and 9C. RGB value is (220,240,156). Sum of RGB (Red+Green+Blue) = 220+240+156=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF09C is #230F63. Grayscale: #E0E0E0. Windows color (decimal): -2297700 or 10285276. OLE color: 10285276.
HSL color Cylindrical-coordinate representation of color #DCF09C: hue angle of 74.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCF09C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 156 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.06 |
| HSL | 74.29º | 0.74% | 0.78% | - |
| HSV(B) | 74.29º | 0.35% | 0.94% | - |
| XYZ | 66.68 | 79.94 | 43.37 | - |
| YUV | 224.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 156 | 0.08 | 0 | 0.35 | 0.06 | 74.29 | 0.74 | 0.78 |
| Hex | DC | F0 | 9C | 8 | 0 | 23 | 6 | 4A | 4A | 4E |
| Octal | 334 | 360 | 234 | 10 | 0 | 43 | 6 | 112 | 112 | 116 |
| Binary | 11011100 | 11110000 | 10011100 | 1000 | 0 | 100011 | 110 | 1001010 | 1001010 | 1001110 |
Color Harmonies of #DCF09C
Complementary color
Monochromatic Colors of #DCF09C
Black with #DCF09C
Text Example
Text Example
White with #DCF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF09C; }
p { color: rgb(220,240,156); }
H1.HeaderClassName
{
color: #DCF09C;
}
.AnyTagClassName
{
color: #DCF09C;
}
</style>
background-color css
<style>
a { background-color: #DCF09C; }
a { background-color: rgb(220,240,156); }
div.DivClassName
{
background-color: #DCF09C;
}
.BgClassName
{
background-color: #DCF09C;
}
</style>
border-color css
<style>
span { border-color: #DCF09C; }
span { border-color: rgb(220,240,156); }
td.TdClassName
{
border-color: #DCF09C;
}
.TagClassName
{
border-color: #DCF09C;
}
</style>