Shades of Reef #DCFE88
Tints of Reef #DCFE88
RGB
CMYK
RGB Variations
Color information
#DCFE88 (or 0xDCFE88) is known color: Reef. HEX triplet: DC, FE and 88. RGB value is (220,254,136). Sum of RGB (Red+Green+Blue) = 220+254+136=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE88 is #230177. Grayscale: #E6E6E6. Windows color (decimal): -2294136 or 8978140. OLE color: 8978140.
HSL color Cylindrical-coordinate representation of color #DCFE88: hue angle of 77.29º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFE88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 136 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.00 |
| HSL | 77.29º | 0.98% | 0.76% | - |
| HSV(B) | 77.29º | 0.46% | 1% | - |
| XYZ | 69.4 | 87.88 | 36.6 | - |
| YUV | 230.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 136 | 0.13 | 0 | 0.46 | 0.00 | 77.29 | 0.98 | 0.76 |
| Hex | DC | FE | 88 | D | 0 | 2E | 0 | 4D | 62 | 4C |
| Octal | 334 | 376 | 210 | 15 | 0 | 56 | 0 | 115 | 142 | 114 |
| Binary | 11011100 | 11111110 | 10001000 | 1101 | 0 | 101110 | 0 | 1001101 | 1100010 | 1001100 |
Color Harmonies of #DCFE88
Complementary color
Monochromatic Colors of #DCFE88
Black with #DCFE88
Text Example
Text Example
White with #DCFE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE88; }
p { color: rgb(220,254,136); }
H1.HeaderClassName
{
color: #DCFE88;
}
.AnyTagClassName
{
color: #DCFE88;
}
</style>
background-color css
<style>
a { background-color: #DCFE88; }
a { background-color: rgb(220,254,136); }
div.DivClassName
{
background-color: #DCFE88;
}
.BgClassName
{
background-color: #DCFE88;
}
</style>
border-color css
<style>
span { border-color: #DCFE88; }
span { border-color: rgb(220,254,136); }
td.TdClassName
{
border-color: #DCFE88;
}
.TagClassName
{
border-color: #DCFE88;
}
</style>