Shades of Reef #DCFD9B
Tints of Reef #DCFD9B
RGB
CMYK
RGB Variations
Color information
#DCFD9B (or 0xDCFD9B) is known color: Reef. HEX triplet: DC, FD and 9B. RGB value is (220,253,155). Sum of RGB (Red+Green+Blue) = 220+253+155=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD9B is #230264. Grayscale: #E8E8E8. Windows color (decimal): -2294373 or 10223068. OLE color: 10223068.
HSL color Cylindrical-coordinate representation of color #DCFD9B: hue angle of 80.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCFD9B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 155 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.01 |
| HSL | 80.2º | 0.96% | 0.8% | - |
| HSV(B) | 80.2º | 0.39% | 0.99% | - |
| XYZ | 70.56 | 87.83 | 44.25 | - |
| YUV | 231.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 155 | 0.13 | 0 | 0.39 | 0.01 | 80.2 | 0.96 | 0.8 |
| Hex | DC | FD | 9B | D | 0 | 27 | 1 | 50 | 60 | 50 |
| Octal | 334 | 375 | 233 | 15 | 0 | 47 | 1 | 120 | 140 | 120 |
| Binary | 11011100 | 11111101 | 10011011 | 1101 | 0 | 100111 | 1 | 1010000 | 1100000 | 1010000 |
Color Harmonies of #DCFD9B
Complementary color
Monochromatic Colors of #DCFD9B
Black with #DCFD9B
Text Example
Text Example
White with #DCFD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD9B; }
p { color: rgb(220,253,155); }
H1.HeaderClassName
{
color: #DCFD9B;
}
.AnyTagClassName
{
color: #DCFD9B;
}
</style>
background-color css
<style>
a { background-color: #DCFD9B; }
a { background-color: rgb(220,253,155); }
div.DivClassName
{
background-color: #DCFD9B;
}
.BgClassName
{
background-color: #DCFD9B;
}
</style>
border-color css
<style>
span { border-color: #DCFD9B; }
span { border-color: rgb(220,253,155); }
td.TdClassName
{
border-color: #DCFD9B;
}
.TagClassName
{
border-color: #DCFD9B;
}
</style>