Shades of Reef #DCFC96
Tints of Reef #DCFC96
RGB
CMYK
RGB Variations
Color information
#DCFC96 (or 0xDCFC96) is known color: Reef. HEX triplet: DC, FC and 96. RGB value is (220,252,150). Sum of RGB (Red+Green+Blue) = 220+252+150=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC96 is #230369. Grayscale: #E7E7E7. Windows color (decimal): -2294634 or 9895132. OLE color: 9895132.
HSL color Cylindrical-coordinate representation of color #DCFC96: hue angle of 78.82º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFC96 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 150 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.01 |
| HSL | 78.82º | 0.94% | 0.79% | - |
| HSV(B) | 78.82º | 0.4% | 0.99% | - |
| XYZ | 69.83 | 87.04 | 41.97 | - |
| YUV | 230.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 150 | 0.13 | 0 | 0.40 | 0.01 | 78.82 | 0.94 | 0.79 |
| Hex | DC | FC | 96 | D | 0 | 28 | 1 | 4F | 5E | 4F |
| Octal | 334 | 374 | 226 | 15 | 0 | 50 | 1 | 117 | 136 | 117 |
| Binary | 11011100 | 11111100 | 10010110 | 1101 | 0 | 101000 | 1 | 1001111 | 1011110 | 1001111 |
Color Harmonies of #DCFC96
Complementary color
Monochromatic Colors of #DCFC96
Black with #DCFC96
Text Example
Text Example
White with #DCFC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC96; }
p { color: rgb(220,252,150); }
H1.HeaderClassName
{
color: #DCFC96;
}
.AnyTagClassName
{
color: #DCFC96;
}
</style>
background-color css
<style>
a { background-color: #DCFC96; }
a { background-color: rgb(220,252,150); }
div.DivClassName
{
background-color: #DCFC96;
}
.BgClassName
{
background-color: #DCFC96;
}
</style>
border-color css
<style>
span { border-color: #DCFC96; }
span { border-color: rgb(220,252,150); }
td.TdClassName
{
border-color: #DCFC96;
}
.TagClassName
{
border-color: #DCFC96;
}
</style>