Shades of Reef #DCFF96
Tints of Reef #DCFF96
RGB
CMYK
RGB Variations
Color information
#DCFF96 (or 0xDCFF96) is known color: Reef. HEX triplet: DC, FF and 96. RGB value is (220,255,150). Sum of RGB (Red+Green+Blue) = 220+255+150=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF96 is #230069. Grayscale: #E8E8E8. Windows color (decimal): -2293866 or 9895900. OLE color: 9895900.
HSL color Cylindrical-coordinate representation of color #DCFF96: hue angle of 80º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCFF96 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 150 | - |
| CMYK | 0.14 | 0 | 0.41 | 0 |
| HSL | 80º | 1% | 0.79% | - |
| HSV(B) | 80º | 0.41% | 1% | - |
| XYZ | 70.78 | 88.94 | 42.29 | - |
| YUV | 232.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 150 | 0.14 | 0 | 0.41 | 0 | 80 | 1 | 0.79 |
| Hex | DC | FF | 96 | E | 0 | 29 | 0 | 50 | 64 | 4F |
| Octal | 334 | 377 | 226 | 16 | 0 | 51 | 0 | 120 | 144 | 117 |
| Binary | 11011100 | 11111111 | 10010110 | 1110 | 0 | 101001 | 0 | 1010000 | 1100100 | 1001111 |
Color Harmonies of #DCFF96
Complementary color
Monochromatic Colors of #DCFF96
Black with #DCFF96
Text Example
Text Example
White with #DCFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF96; }
p { color: rgb(220,255,150); }
H1.HeaderClassName
{
color: #DCFF96;
}
.AnyTagClassName
{
color: #DCFF96;
}
</style>
background-color css
<style>
a { background-color: #DCFF96; }
a { background-color: rgb(220,255,150); }
div.DivClassName
{
background-color: #DCFF96;
}
.BgClassName
{
background-color: #DCFF96;
}
</style>
border-color css
<style>
span { border-color: #DCFF96; }
span { border-color: rgb(220,255,150); }
td.TdClassName
{
border-color: #DCFF96;
}
.TagClassName
{
border-color: #DCFF96;
}
</style>