Shades of Reef #DCF191
Tints of Reef #DCF191
RGB
CMYK
RGB Variations
Color information
#DCF191 (or 0xDCF191) is known color: Reef. HEX triplet: DC, F1 and 91. RGB value is (220,241,145). Sum of RGB (Red+Green+Blue) = 220+241+145=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF191 is #230E6E. Grayscale: #E0E0E0. Windows color (decimal): -2297455 or 9564636. OLE color: 9564636.
HSL color Cylindrical-coordinate representation of color #DCF191: hue angle of 73.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF191 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 145 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.05 |
| HSL | 73.13º | 0.77% | 0.76% | - |
| HSV(B) | 73.13º | 0.4% | 0.95% | - |
| XYZ | 66.08 | 80.17 | 38.78 | - |
| YUV | 223.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 145 | 0.09 | 0 | 0.40 | 0.05 | 73.13 | 0.77 | 0.76 |
| Hex | DC | F1 | 91 | 9 | 0 | 28 | 5 | 49 | 4D | 4C |
| Octal | 334 | 361 | 221 | 11 | 0 | 50 | 5 | 111 | 115 | 114 |
| Binary | 11011100 | 11110001 | 10010001 | 1001 | 0 | 101000 | 101 | 1001001 | 1001101 | 1001100 |
Color Harmonies of #DCF191
Complementary color
Monochromatic Colors of #DCF191
Black with #DCF191
Text Example
Text Example
White with #DCF191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF191; }
p { color: rgb(220,241,145); }
H1.HeaderClassName
{
color: #DCF191;
}
.AnyTagClassName
{
color: #DCF191;
}
</style>
background-color css
<style>
a { background-color: #DCF191; }
a { background-color: rgb(220,241,145); }
div.DivClassName
{
background-color: #DCF191;
}
.BgClassName
{
background-color: #DCF191;
}
</style>
border-color css
<style>
span { border-color: #DCF191; }
span { border-color: rgb(220,241,145); }
td.TdClassName
{
border-color: #DCF191;
}
.TagClassName
{
border-color: #DCF191;
}
</style>