Shades of Reef #DCF994
Tints of Reef #DCF994
RGB
CMYK
RGB Variations
Color information
#DCF994 (or 0xDCF994) is known color: Reef. HEX triplet: DC, F9 and 94. RGB value is (220,249,148). Sum of RGB (Red+Green+Blue) = 220+249+148=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF994 is #23066B. Grayscale: #E5E5E5. Windows color (decimal): -2295404 or 9763292. OLE color: 9763292.
HSL color Cylindrical-coordinate representation of color #DCF994: hue angle of 77.23º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCF994 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 148 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.02 |
| HSL | 77.23º | 0.89% | 0.78% | - |
| HSV(B) | 77.23º | 0.41% | 0.98% | - |
| XYZ | 68.74 | 85.11 | 40.82 | - |
| YUV | 228.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 148 | 0.12 | 0 | 0.41 | 0.02 | 77.23 | 0.89 | 0.78 |
| Hex | DC | F9 | 94 | C | 0 | 29 | 2 | 4D | 59 | 4E |
| Octal | 334 | 371 | 224 | 14 | 0 | 51 | 2 | 115 | 131 | 116 |
| Binary | 11011100 | 11111001 | 10010100 | 1100 | 0 | 101001 | 10 | 1001101 | 1011001 | 1001110 |
Color Harmonies of #DCF994
Complementary color
Monochromatic Colors of #DCF994
Black with #DCF994
Text Example
Text Example
White with #DCF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF994; }
p { color: rgb(220,249,148); }
H1.HeaderClassName
{
color: #DCF994;
}
.AnyTagClassName
{
color: #DCF994;
}
</style>
background-color css
<style>
a { background-color: #DCF994; }
a { background-color: rgb(220,249,148); }
div.DivClassName
{
background-color: #DCF994;
}
.BgClassName
{
background-color: #DCF994;
}
</style>
border-color css
<style>
span { border-color: #DCF994; }
span { border-color: rgb(220,249,148); }
td.TdClassName
{
border-color: #DCF994;
}
.TagClassName
{
border-color: #DCF994;
}
</style>