Shades of Reef #DCFF88
Tints of Reef #DCFF88
RGB
CMYK
RGB Variations
Color information
#DCFF88 (or 0xDCFF88) is known color: Reef. HEX triplet: DC, FF and 88. RGB value is (220,255,136). Sum of RGB (Red+Green+Blue) = 220+255+136=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF88 is #230077. Grayscale: #E7E7E7. Windows color (decimal): -2293880 or 8978396. OLE color: 8978396.
HSL color Cylindrical-coordinate representation of color #DCFF88: hue angle of 77.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCFF88 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 136 | - |
| CMYK | 0.14 | 0 | 0.47 | 0 |
| HSL | 77.65º | 1% | 0.77% | - |
| HSV(B) | 77.65º | 0.47% | 1% | - |
| XYZ | 69.72 | 88.51 | 36.7 | - |
| YUV | 230.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 136 | 0.14 | 0 | 0.47 | 0 | 77.65 | 1 | 0.77 |
| Hex | DC | FF | 88 | E | 0 | 2F | 0 | 4E | 64 | 4D |
| Octal | 334 | 377 | 210 | 16 | 0 | 57 | 0 | 116 | 144 | 115 |
| Binary | 11011100 | 11111111 | 10001000 | 1110 | 0 | 101111 | 0 | 1001110 | 1100100 | 1001101 |
Color Harmonies of #DCFF88
Complementary color
Monochromatic Colors of #DCFF88
Black with #DCFF88
Text Example
Text Example
White with #DCFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF88; }
p { color: rgb(220,255,136); }
H1.HeaderClassName
{
color: #DCFF88;
}
.AnyTagClassName
{
color: #DCFF88;
}
</style>
background-color css
<style>
a { background-color: #DCFF88; }
a { background-color: rgb(220,255,136); }
div.DivClassName
{
background-color: #DCFF88;
}
.BgClassName
{
background-color: #DCFF88;
}
</style>
border-color css
<style>
span { border-color: #DCFF88; }
span { border-color: rgb(220,255,136); }
td.TdClassName
{
border-color: #DCFF88;
}
.TagClassName
{
border-color: #DCFF88;
}
</style>