Shades of Reef #DCFE8A
Tints of Reef #DCFE8A
RGB
CMYK
RGB Variations
Color information
#DCFE8A (or 0xDCFE8A) is known color: Reef. HEX triplet: DC, FE and 8A. RGB value is (220,254,138). Sum of RGB (Red+Green+Blue) = 220+254+138=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE8A is #230175. Grayscale: #E7E7E7. Windows color (decimal): -2294134 or 9109212. OLE color: 9109212.
HSL color Cylindrical-coordinate representation of color #DCFE8A: hue angle of 77.59º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFE8A is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 138 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.00 |
| HSL | 77.59º | 0.98% | 0.77% | - |
| HSV(B) | 77.59º | 0.46% | 1% | - |
| XYZ | 69.54 | 87.93 | 37.35 | - |
| YUV | 230.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 138 | 0.13 | 0 | 0.46 | 0.00 | 77.59 | 0.98 | 0.77 |
| Hex | DC | FE | 8A | D | 0 | 2E | 0 | 4E | 62 | 4D |
| Octal | 334 | 376 | 212 | 15 | 0 | 56 | 0 | 116 | 142 | 115 |
| Binary | 11011100 | 11111110 | 10001010 | 1101 | 0 | 101110 | 0 | 1001110 | 1100010 | 1001101 |
Color Harmonies of #DCFE8A
Complementary color
Monochromatic Colors of #DCFE8A
Black with #DCFE8A
Text Example
Text Example
White with #DCFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE8A; }
p { color: rgb(220,254,138); }
H1.HeaderClassName
{
color: #DCFE8A;
}
.AnyTagClassName
{
color: #DCFE8A;
}
</style>
background-color css
<style>
a { background-color: #DCFE8A; }
a { background-color: rgb(220,254,138); }
div.DivClassName
{
background-color: #DCFE8A;
}
.BgClassName
{
background-color: #DCFE8A;
}
</style>
border-color css
<style>
span { border-color: #DCFE8A; }
span { border-color: rgb(220,254,138); }
td.TdClassName
{
border-color: #DCFE8A;
}
.TagClassName
{
border-color: #DCFE8A;
}
</style>