Shades of Reef #DCFF8C
Tints of Reef #DCFF8C
RGB
CMYK
RGB Variations
Color information
#DCFF8C (or 0xDCFF8C) is known color: Reef. HEX triplet: DC, FF and 8C. RGB value is (220,255,140). Sum of RGB (Red+Green+Blue) = 220+255+140=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF8C is #230073. Grayscale: #E7E7E7. Windows color (decimal): -2293876 or 9240540. OLE color: 9240540.
HSL color Cylindrical-coordinate representation of color #DCFF8C: hue angle of 78.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFF8C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 140 | - |
| CMYK | 0.14 | 0 | 0.45 | 0 |
| HSL | 78.26º | 1% | 0.77% | - |
| HSV(B) | 78.26º | 0.45% | 1% | - |
| XYZ | 70.01 | 88.63 | 38.23 | - |
| YUV | 231.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 140 | 0.14 | 0 | 0.45 | 0 | 78.26 | 1 | 0.77 |
| Hex | DC | FF | 8C | E | 0 | 2D | 0 | 4E | 64 | 4D |
| Octal | 334 | 377 | 214 | 16 | 0 | 55 | 0 | 116 | 144 | 115 |
| Binary | 11011100 | 11111111 | 10001100 | 1110 | 0 | 101101 | 0 | 1001110 | 1100100 | 1001101 |
Color Harmonies of #DCFF8C
Complementary color
Monochromatic Colors of #DCFF8C
Black with #DCFF8C
Text Example
Text Example
White with #DCFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF8C; }
p { color: rgb(220,255,140); }
H1.HeaderClassName
{
color: #DCFF8C;
}
.AnyTagClassName
{
color: #DCFF8C;
}
</style>
background-color css
<style>
a { background-color: #DCFF8C; }
a { background-color: rgb(220,255,140); }
div.DivClassName
{
background-color: #DCFF8C;
}
.BgClassName
{
background-color: #DCFF8C;
}
</style>
border-color css
<style>
span { border-color: #DCFF8C; }
span { border-color: rgb(220,255,140); }
td.TdClassName
{
border-color: #DCFF8C;
}
.TagClassName
{
border-color: #DCFF8C;
}
</style>