Shades of Reef #DCFD93
Tints of Reef #DCFD93
RGB
CMYK
RGB Variations
Color information
#DCFD93 (or 0xDCFD93) is known color: Reef. HEX triplet: DC, FD and 93. RGB value is (220,253,147). Sum of RGB (Red+Green+Blue) = 220+253+147=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD93 is #23026C. Grayscale: #E7E7E7. Windows color (decimal): -2294381 or 9698780. OLE color: 9698780.
HSL color Cylindrical-coordinate representation of color #DCFD93: hue angle of 78.68º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFD93 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 147 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.01 |
| HSL | 78.68º | 0.96% | 0.78% | - |
| HSV(B) | 78.68º | 0.42% | 0.99% | - |
| XYZ | 69.91 | 87.57 | 40.82 | - |
| YUV | 231.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 147 | 0.13 | 0 | 0.42 | 0.01 | 78.68 | 0.96 | 0.78 |
| Hex | DC | FD | 93 | D | 0 | 2A | 1 | 4F | 60 | 4E |
| Octal | 334 | 375 | 223 | 15 | 0 | 52 | 1 | 117 | 140 | 116 |
| Binary | 11011100 | 11111101 | 10010011 | 1101 | 0 | 101010 | 1 | 1001111 | 1100000 | 1001110 |
Color Harmonies of #DCFD93
Complementary color
Monochromatic Colors of #DCFD93
Black with #DCFD93
Text Example
Text Example
White with #DCFD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD93; }
p { color: rgb(220,253,147); }
H1.HeaderClassName
{
color: #DCFD93;
}
.AnyTagClassName
{
color: #DCFD93;
}
</style>
background-color css
<style>
a { background-color: #DCFD93; }
a { background-color: rgb(220,253,147); }
div.DivClassName
{
background-color: #DCFD93;
}
.BgClassName
{
background-color: #DCFD93;
}
</style>
border-color css
<style>
span { border-color: #DCFD93; }
span { border-color: rgb(220,253,147); }
td.TdClassName
{
border-color: #DCFD93;
}
.TagClassName
{
border-color: #DCFD93;
}
</style>