Shades of Reef #DCFE8F
Tints of Reef #DCFE8F
RGB
CMYK
RGB Variations
Color information
#DCFE8F (or 0xDCFE8F) is known color: Reef. HEX triplet: DC, FE and 8F. RGB value is (220,254,143). Sum of RGB (Red+Green+Blue) = 220+254+143=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE8F is #230170. Grayscale: #E7E7E7. Windows color (decimal): -2294129 or 9436892. OLE color: 9436892.
HSL color Cylindrical-coordinate representation of color #DCFE8F: hue angle of 78.38º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFE8F is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 143 | - |
CMYK | 0.13 | 0 | 0.44 | 0.00 |
HSL | 78.38º | 0.98% | 0.78% | - |
HSV(B) | 78.38º | 0.44% | 1% | - |
XYZ | 69.91 | 88.08 | 39.3 | - |
YUV | 231.18 | 78.24 | 120.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 143 | 0.13 | 0 | 0.44 | 0.00 | 78.38 | 0.98 | 0.78 |
Hex | DC | FE | 8F | D | 0 | 2C | 0 | 4E | 62 | 4E |
Octal | 334 | 376 | 217 | 15 | 0 | 54 | 0 | 116 | 142 | 116 |
Binary | 11011100 | 11111110 | 10001111 | 1101 | 0 | 101100 | 0 | 1001110 | 1100010 | 1001110 |
Color Harmonies of #DCFE8F
Complementary color
Monochromatic Colors of #DCFE8F
Black with #DCFE8F
Text Example
Text Example
White with #DCFE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE8F; }
p { color: rgb(220,254,143); }
H1.HeaderClassName
{
color: #DCFE8F;
}
.AnyTagClassName
{
color: #DCFE8F;
}
</style>
background-color css
<style>
a { background-color: #DCFE8F; }
a { background-color: rgb(220,254,143); }
div.DivClassName
{
background-color: #DCFE8F;
}
.BgClassName
{
background-color: #DCFE8F;
}
</style>
border-color css
<style>
span { border-color: #DCFE8F; }
span { border-color: rgb(220,254,143); }
td.TdClassName
{
border-color: #DCFE8F;
}
.TagClassName
{
border-color: #DCFE8F;
}
</style>