Shades of Reef #DCFD88
Tints of Reef #DCFD88
RGB
CMYK
RGB Variations
Color information
#DCFD88 (or 0xDCFD88) is known color: Reef. HEX triplet: DC, FD and 88. RGB value is (220,253,136). Sum of RGB (Red+Green+Blue) = 220+253+136=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD88 is #230277. Grayscale: #E6E6E6. Windows color (decimal): -2294392 or 8977884. OLE color: 8977884.
HSL color Cylindrical-coordinate representation of color #DCFD88: hue angle of 76.92º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFD88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 136 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.01 |
| HSL | 76.92º | 0.97% | 0.76% | - |
| HSV(B) | 76.92º | 0.46% | 0.99% | - |
| XYZ | 69.08 | 87.24 | 36.49 | - |
| YUV | 229.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 136 | 0.13 | 0 | 0.46 | 0.01 | 76.92 | 0.97 | 0.76 |
| Hex | DC | FD | 88 | D | 0 | 2E | 1 | 4D | 61 | 4C |
| Octal | 334 | 375 | 210 | 15 | 0 | 56 | 1 | 115 | 141 | 114 |
| Binary | 11011100 | 11111101 | 10001000 | 1101 | 0 | 101110 | 1 | 1001101 | 1100001 | 1001100 |
Color Harmonies of #DCFD88
Complementary color
Monochromatic Colors of #DCFD88
Black with #DCFD88
Text Example
Text Example
White with #DCFD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD88; }
p { color: rgb(220,253,136); }
H1.HeaderClassName
{
color: #DCFD88;
}
.AnyTagClassName
{
color: #DCFD88;
}
</style>
background-color css
<style>
a { background-color: #DCFD88; }
a { background-color: rgb(220,253,136); }
div.DivClassName
{
background-color: #DCFD88;
}
.BgClassName
{
background-color: #DCFD88;
}
</style>
border-color css
<style>
span { border-color: #DCFD88; }
span { border-color: rgb(220,253,136); }
td.TdClassName
{
border-color: #DCFD88;
}
.TagClassName
{
border-color: #DCFD88;
}
</style>