Shades of Reef #DCFD89
Tints of Reef #DCFD89
RGB
CMYK
RGB Variations
Color information
#DCFD89 (or 0xDCFD89) is known color: Reef. HEX triplet: DC, FD and 89. RGB value is (220,253,137). Sum of RGB (Red+Green+Blue) = 220+253+137=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD89 is #230276. Grayscale: #E6E6E6. Windows color (decimal): -2294391 or 9043420. OLE color: 9043420.
HSL color Cylindrical-coordinate representation of color #DCFD89: hue angle of 77.07º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFD89 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 137 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.01 |
| HSL | 77.07º | 0.97% | 0.76% | - |
| HSV(B) | 77.07º | 0.46% | 0.99% | - |
| XYZ | 69.16 | 87.27 | 36.87 | - |
| YUV | 229.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 137 | 0.13 | 0 | 0.46 | 0.01 | 77.07 | 0.97 | 0.76 |
| Hex | DC | FD | 89 | D | 0 | 2E | 1 | 4D | 61 | 4C |
| Octal | 334 | 375 | 211 | 15 | 0 | 56 | 1 | 115 | 141 | 114 |
| Binary | 11011100 | 11111101 | 10001001 | 1101 | 0 | 101110 | 1 | 1001101 | 1100001 | 1001100 |
Color Harmonies of #DCFD89
Complementary color
Monochromatic Colors of #DCFD89
Black with #DCFD89
Text Example
Text Example
White with #DCFD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD89; }
p { color: rgb(220,253,137); }
H1.HeaderClassName
{
color: #DCFD89;
}
.AnyTagClassName
{
color: #DCFD89;
}
</style>
background-color css
<style>
a { background-color: #DCFD89; }
a { background-color: rgb(220,253,137); }
div.DivClassName
{
background-color: #DCFD89;
}
.BgClassName
{
background-color: #DCFD89;
}
</style>
border-color css
<style>
span { border-color: #DCFD89; }
span { border-color: rgb(220,253,137); }
td.TdClassName
{
border-color: #DCFD89;
}
.TagClassName
{
border-color: #DCFD89;
}
</style>