Shades of Reef #DCFC8B
Tints of Reef #DCFC8B
RGB
CMYK
RGB Variations
Color information
#DCFC8B (or 0xDCFC8B) is known color: Reef. HEX triplet: DC, FC and 8B. RGB value is (220,252,139). Sum of RGB (Red+Green+Blue) = 220+252+139=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8B is #230374. Grayscale: #E5E5E5. Windows color (decimal): -2294645 or 9174236. OLE color: 9174236.
HSL color Cylindrical-coordinate representation of color #DCFC8B: hue angle of 76.99º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFC8B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 139 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.01 |
| HSL | 76.99º | 0.95% | 0.77% | - |
| HSV(B) | 76.99º | 0.45% | 0.99% | - |
| XYZ | 68.99 | 86.7 | 37.53 | - |
| YUV | 229.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 139 | 0.13 | 0 | 0.45 | 0.01 | 76.99 | 0.95 | 0.77 |
| Hex | DC | FC | 8B | D | 0 | 2D | 1 | 4D | 5F | 4D |
| Octal | 334 | 374 | 213 | 15 | 0 | 55 | 1 | 115 | 137 | 115 |
| Binary | 11011100 | 11111100 | 10001011 | 1101 | 0 | 101101 | 1 | 1001101 | 1011111 | 1001101 |
Color Harmonies of #DCFC8B
Complementary color
Monochromatic Colors of #DCFC8B
Black with #DCFC8B
Text Example
Text Example
White with #DCFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC8B; }
p { color: rgb(220,252,139); }
H1.HeaderClassName
{
color: #DCFC8B;
}
.AnyTagClassName
{
color: #DCFC8B;
}
</style>
background-color css
<style>
a { background-color: #DCFC8B; }
a { background-color: rgb(220,252,139); }
div.DivClassName
{
background-color: #DCFC8B;
}
.BgClassName
{
background-color: #DCFC8B;
}
</style>
border-color css
<style>
span { border-color: #DCFC8B; }
span { border-color: rgb(220,252,139); }
td.TdClassName
{
border-color: #DCFC8B;
}
.TagClassName
{
border-color: #DCFC8B;
}
</style>