Shades of Reef #DCF69C
Tints of Reef #DCF69C
RGB
CMYK
RGB Variations
Color information
#DCF69C (or 0xDCF69C) is known color: Reef. HEX triplet: DC, F6 and 9C. RGB value is (220,246,156). Sum of RGB (Red+Green+Blue) = 220+246+156=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 156 (61.33% from 255 or 25.08% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF69C is #230963. Grayscale: #E4E4E4. Windows color (decimal): -2296164 or 10286812. OLE color: 10286812.
HSL color Cylindrical-coordinate representation of color #DCF69C: hue angle of 77.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF69C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 156 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.04 |
| HSL | 77.33º | 0.83% | 0.79% | - |
| HSV(B) | 77.33º | 0.37% | 0.96% | - |
| XYZ | 68.47 | 83.53 | 43.97 | - |
| YUV | 227.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 156 | 0.11 | 0 | 0.37 | 0.04 | 77.33 | 0.83 | 0.79 |
| Hex | DC | F6 | 9C | B | 0 | 25 | 4 | 4D | 53 | 4F |
| Octal | 334 | 366 | 234 | 13 | 0 | 45 | 4 | 115 | 123 | 117 |
| Binary | 11011100 | 11110110 | 10011100 | 1011 | 0 | 100101 | 100 | 1001101 | 1010011 | 1001111 |
Color Harmonies of #DCF69C
Complementary color
Monochromatic Colors of #DCF69C
Black with #DCF69C
Text Example
Text Example
White with #DCF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF69C; }
p { color: rgb(220,246,156); }
H1.HeaderClassName
{
color: #DCF69C;
}
.AnyTagClassName
{
color: #DCF69C;
}
</style>
background-color css
<style>
a { background-color: #DCF69C; }
a { background-color: rgb(220,246,156); }
div.DivClassName
{
background-color: #DCF69C;
}
.BgClassName
{
background-color: #DCF69C;
}
</style>
border-color css
<style>
span { border-color: #DCF69C; }
span { border-color: rgb(220,246,156); }
td.TdClassName
{
border-color: #DCF69C;
}
.TagClassName
{
border-color: #DCF69C;
}
</style>