Shades of Reef #DCF99D
Tints of Reef #DCF99D
RGB
CMYK
RGB Variations
Color information
#DCF99D (or 0xDCF99D) is known color: Reef. HEX triplet: DC, F9 and 9D. RGB value is (220,249,157). Sum of RGB (Red+Green+Blue) = 220+249+157=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF99D is #230662. Grayscale: #E6E6E6. Windows color (decimal): -2295395 or 10353116. OLE color: 10353116.
HSL color Cylindrical-coordinate representation of color #DCF99D: hue angle of 78.91º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF99D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 157 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.02 |
| HSL | 78.91º | 0.88% | 0.8% | - |
| HSV(B) | 78.91º | 0.37% | 0.98% | - |
| XYZ | 69.48 | 85.4 | 44.72 | - |
| YUV | 229.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 157 | 0.12 | 0 | 0.37 | 0.02 | 78.91 | 0.88 | 0.8 |
| Hex | DC | F9 | 9D | C | 0 | 25 | 2 | 4F | 58 | 50 |
| Octal | 334 | 371 | 235 | 14 | 0 | 45 | 2 | 117 | 130 | 120 |
| Binary | 11011100 | 11111001 | 10011101 | 1100 | 0 | 100101 | 10 | 1001111 | 1011000 | 1010000 |
Color Harmonies of #DCF99D
Complementary color
Monochromatic Colors of #DCF99D
Black with #DCF99D
Text Example
Text Example
White with #DCF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF99D; }
p { color: rgb(220,249,157); }
H1.HeaderClassName
{
color: #DCF99D;
}
.AnyTagClassName
{
color: #DCF99D;
}
</style>
background-color css
<style>
a { background-color: #DCF99D; }
a { background-color: rgb(220,249,157); }
div.DivClassName
{
background-color: #DCF99D;
}
.BgClassName
{
background-color: #DCF99D;
}
</style>
border-color css
<style>
span { border-color: #DCF99D; }
span { border-color: rgb(220,249,157); }
td.TdClassName
{
border-color: #DCF99D;
}
.TagClassName
{
border-color: #DCF99D;
}
</style>