Shades of Reef #DCF19D
Tints of Reef #DCF19D
RGB
CMYK
RGB Variations
Color information
#DCF19D (or 0xDCF19D) is known color: Reef. HEX triplet: DC, F1 and 9D. RGB value is (220,241,157). Sum of RGB (Red+Green+Blue) = 220+241+157=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF19D is #230E62. Grayscale: #E1E1E1. Windows color (decimal): -2297443 or 10351068. OLE color: 10351068.
HSL color Cylindrical-coordinate representation of color #DCF19D: hue angle of 75º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCF19D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 157 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.05 |
| HSL | 75º | 0.75% | 0.78% | - |
| HSV(B) | 75º | 0.35% | 0.95% | - |
| XYZ | 67.06 | 80.56 | 43.91 | - |
| YUV | 225.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 157 | 0.09 | 0 | 0.35 | 0.05 | 75 | 0.75 | 0.78 |
| Hex | DC | F1 | 9D | 9 | 0 | 23 | 5 | 4B | 4B | 4E |
| Octal | 334 | 361 | 235 | 11 | 0 | 43 | 5 | 113 | 113 | 116 |
| Binary | 11011100 | 11110001 | 10011101 | 1001 | 0 | 100011 | 101 | 1001011 | 1001011 | 1001110 |
Color Harmonies of #DCF19D
Complementary color
Monochromatic Colors of #DCF19D
Black with #DCF19D
Text Example
Text Example
White with #DCF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF19D; }
p { color: rgb(220,241,157); }
H1.HeaderClassName
{
color: #DCF19D;
}
.AnyTagClassName
{
color: #DCF19D;
}
</style>
background-color css
<style>
a { background-color: #DCF19D; }
a { background-color: rgb(220,241,157); }
div.DivClassName
{
background-color: #DCF19D;
}
.BgClassName
{
background-color: #DCF19D;
}
</style>
border-color css
<style>
span { border-color: #DCF19D; }
span { border-color: rgb(220,241,157); }
td.TdClassName
{
border-color: #DCF19D;
}
.TagClassName
{
border-color: #DCF19D;
}
</style>