Shades of Reef #DCFE8B
Tints of Reef #DCFE8B
RGB
CMYK
RGB Variations
Color information
#DCFE8B (or 0xDCFE8B) is known color: Reef. HEX triplet: DC, FE and 8B. RGB value is (220,254,139). Sum of RGB (Red+Green+Blue) = 220+254+139=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE8B is #230174. Grayscale: #E7E7E7. Windows color (decimal): -2294133 or 9174748. OLE color: 9174748.
HSL color Cylindrical-coordinate representation of color #DCFE8B: hue angle of 77.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFE8B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 139 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.00 |
| HSL | 77.74º | 0.98% | 0.77% | - |
| HSV(B) | 77.74º | 0.45% | 1% | - |
| XYZ | 69.62 | 87.96 | 37.74 | - |
| YUV | 230.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 139 | 0.13 | 0 | 0.45 | 0.00 | 77.74 | 0.98 | 0.77 |
| Hex | DC | FE | 8B | D | 0 | 2D | 0 | 4E | 62 | 4D |
| Octal | 334 | 376 | 213 | 15 | 0 | 55 | 0 | 116 | 142 | 115 |
| Binary | 11011100 | 11111110 | 10001011 | 1101 | 0 | 101101 | 0 | 1001110 | 1100010 | 1001101 |
Color Harmonies of #DCFE8B
Complementary color
Monochromatic Colors of #DCFE8B
Black with #DCFE8B
Text Example
Text Example
White with #DCFE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE8B; }
p { color: rgb(220,254,139); }
H1.HeaderClassName
{
color: #DCFE8B;
}
.AnyTagClassName
{
color: #DCFE8B;
}
</style>
background-color css
<style>
a { background-color: #DCFE8B; }
a { background-color: rgb(220,254,139); }
div.DivClassName
{
background-color: #DCFE8B;
}
.BgClassName
{
background-color: #DCFE8B;
}
</style>
border-color css
<style>
span { border-color: #DCFE8B; }
span { border-color: rgb(220,254,139); }
td.TdClassName
{
border-color: #DCFE8B;
}
.TagClassName
{
border-color: #DCFE8B;
}
</style>