Shades of Reef #DCFC9D
Tints of Reef #DCFC9D
RGB
CMYK
RGB Variations
Color information
#DCFC9D (or 0xDCFC9D) is known color: Reef. HEX triplet: DC, FC and 9D. RGB value is (220,252,157). Sum of RGB (Red+Green+Blue) = 220+252+157=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC9D is #230362. Grayscale: #E7E7E7. Windows color (decimal): -2294627 or 10353884. OLE color: 10353884.
HSL color Cylindrical-coordinate representation of color #DCFC9D: hue angle of 80.21º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCFC9D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 157 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.01 |
| HSL | 80.21º | 0.94% | 0.8% | - |
| HSV(B) | 80.21º | 0.38% | 0.99% | - |
| XYZ | 70.41 | 87.27 | 45.03 | - |
| YUV | 231.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 157 | 0.13 | 0 | 0.38 | 0.01 | 80.21 | 0.94 | 0.8 |
| Hex | DC | FC | 9D | D | 0 | 26 | 1 | 50 | 5E | 50 |
| Octal | 334 | 374 | 235 | 15 | 0 | 46 | 1 | 120 | 136 | 120 |
| Binary | 11011100 | 11111100 | 10011101 | 1101 | 0 | 100110 | 1 | 1010000 | 1011110 | 1010000 |
Color Harmonies of #DCFC9D
Complementary color
Monochromatic Colors of #DCFC9D
Black with #DCFC9D
Text Example
Text Example
White with #DCFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC9D; }
p { color: rgb(220,252,157); }
H1.HeaderClassName
{
color: #DCFC9D;
}
.AnyTagClassName
{
color: #DCFC9D;
}
</style>
background-color css
<style>
a { background-color: #DCFC9D; }
a { background-color: rgb(220,252,157); }
div.DivClassName
{
background-color: #DCFC9D;
}
.BgClassName
{
background-color: #DCFC9D;
}
</style>
border-color css
<style>
span { border-color: #DCFC9D; }
span { border-color: rgb(220,252,157); }
td.TdClassName
{
border-color: #DCFC9D;
}
.TagClassName
{
border-color: #DCFC9D;
}
</style>