Shades of Reef #DCFEA4
Tints of Reef #DCFEA4
RGB
CMYK
RGB Variations
Color information
#DCFEA4 (or 0xDCFEA4) is known color: Reef. HEX triplet: DC, FE and A4. RGB value is (220,254,164). Sum of RGB (Red+Green+Blue) = 220+254+164=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA4 is #23015B. Grayscale: #E9E9E9. Windows color (decimal): -2294108 or 10813148. OLE color: 10813148.
HSL color Cylindrical-coordinate representation of color #DCFEA4: hue angle of 82.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFEA4 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 164 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.00 |
| HSL | 82.67º | 0.98% | 0.82% | - |
| HSV(B) | 82.67º | 0.35% | 1% | - |
| XYZ | 71.66 | 88.78 | 48.48 | - |
| YUV | 233.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 164 | 0.13 | 0 | 0.35 | 0.00 | 82.67 | 0.98 | 0.82 |
| Hex | DC | FE | A4 | D | 0 | 23 | 0 | 53 | 62 | 52 |
| Octal | 334 | 376 | 244 | 15 | 0 | 43 | 0 | 123 | 142 | 122 |
| Binary | 11011100 | 11111110 | 10100100 | 1101 | 0 | 100011 | 0 | 1010011 | 1100010 | 1010010 |
Color Harmonies of #DCFEA4
Complementary color
Monochromatic Colors of #DCFEA4
Black with #DCFEA4
Text Example
Text Example
White with #DCFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEA4; }
p { color: rgb(220,254,164); }
H1.HeaderClassName
{
color: #DCFEA4;
}
.AnyTagClassName
{
color: #DCFEA4;
}
</style>
background-color css
<style>
a { background-color: #DCFEA4; }
a { background-color: rgb(220,254,164); }
div.DivClassName
{
background-color: #DCFEA4;
}
.BgClassName
{
background-color: #DCFEA4;
}
</style>
border-color css
<style>
span { border-color: #DCFEA4; }
span { border-color: rgb(220,254,164); }
td.TdClassName
{
border-color: #DCFEA4;
}
.TagClassName
{
border-color: #DCFEA4;
}
</style>