Shades of Reef #DCF195
Tints of Reef #DCF195
RGB
CMYK
RGB Variations
Color information
#DCF195 (or 0xDCF195) is known color: Reef. HEX triplet: DC, F1 and 95. RGB value is (220,241,149). Sum of RGB (Red+Green+Blue) = 220+241+149=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF195 is #230E6A. Grayscale: #E0E0E0. Windows color (decimal): -2297451 or 9826780. OLE color: 9826780.
HSL color Cylindrical-coordinate representation of color #DCF195: hue angle of 73.7º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCF195 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 149 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.05 |
| HSL | 73.7º | 0.77% | 0.76% | - |
| HSV(B) | 73.7º | 0.38% | 0.95% | - |
| XYZ | 66.4 | 80.3 | 40.43 | - |
| YUV | 224.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 149 | 0.09 | 0 | 0.38 | 0.05 | 73.7 | 0.77 | 0.76 |
| Hex | DC | F1 | 95 | 9 | 0 | 26 | 5 | 4A | 4D | 4C |
| Octal | 334 | 361 | 225 | 11 | 0 | 46 | 5 | 112 | 115 | 114 |
| Binary | 11011100 | 11110001 | 10010101 | 1001 | 0 | 100110 | 101 | 1001010 | 1001101 | 1001100 |
Color Harmonies of #DCF195
Complementary color
Monochromatic Colors of #DCF195
Black with #DCF195
Text Example
Text Example
White with #DCF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF195; }
p { color: rgb(220,241,149); }
H1.HeaderClassName
{
color: #DCF195;
}
.AnyTagClassName
{
color: #DCF195;
}
</style>
background-color css
<style>
a { background-color: #DCF195; }
a { background-color: rgb(220,241,149); }
div.DivClassName
{
background-color: #DCF195;
}
.BgClassName
{
background-color: #DCF195;
}
</style>
border-color css
<style>
span { border-color: #DCF195; }
span { border-color: rgb(220,241,149); }
td.TdClassName
{
border-color: #DCF195;
}
.TagClassName
{
border-color: #DCF195;
}
</style>