Shades of Reef #DCFD91
Tints of Reef #DCFD91
RGB
CMYK
RGB Variations
Color information
#DCFD91 (or 0xDCFD91) is known color: Reef. HEX triplet: DC, FD and 91. RGB value is (220,253,145). Sum of RGB (Red+Green+Blue) = 220+253+145=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 145 (57.03% from 255 or 23.46% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD91 is #23026E. Grayscale: #E7E7E7. Windows color (decimal): -2294383 or 9567708. OLE color: 9567708.
HSL color Cylindrical-coordinate representation of color #DCFD91: hue angle of 78.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFD91 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 145 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.01 |
| HSL | 78.33º | 0.96% | 0.78% | - |
| HSV(B) | 78.33º | 0.43% | 0.99% | - |
| XYZ | 69.75 | 87.51 | 40 | - |
| YUV | 230.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 145 | 0.13 | 0 | 0.43 | 0.01 | 78.33 | 0.96 | 0.78 |
| Hex | DC | FD | 91 | D | 0 | 2B | 1 | 4E | 60 | 4E |
| Octal | 334 | 375 | 221 | 15 | 0 | 53 | 1 | 116 | 140 | 116 |
| Binary | 11011100 | 11111101 | 10010001 | 1101 | 0 | 101011 | 1 | 1001110 | 1100000 | 1001110 |
Color Harmonies of #DCFD91
Complementary color
Monochromatic Colors of #DCFD91
Black with #DCFD91
Text Example
Text Example
White with #DCFD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD91; }
p { color: rgb(220,253,145); }
H1.HeaderClassName
{
color: #DCFD91;
}
.AnyTagClassName
{
color: #DCFD91;
}
</style>
background-color css
<style>
a { background-color: #DCFD91; }
a { background-color: rgb(220,253,145); }
div.DivClassName
{
background-color: #DCFD91;
}
.BgClassName
{
background-color: #DCFD91;
}
</style>
border-color css
<style>
span { border-color: #DCFD91; }
span { border-color: rgb(220,253,145); }
td.TdClassName
{
border-color: #DCFD91;
}
.TagClassName
{
border-color: #DCFD91;
}
</style>