Shades of Reef #DCF193
Tints of Reef #DCF193
RGB
CMYK
RGB Variations
Color information
#DCF193 (or 0xDCF193) is known color: Reef. HEX triplet: DC, F1 and 93. RGB value is (220,241,147). Sum of RGB (Red+Green+Blue) = 220+241+147=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF193 is #230E6C. Grayscale: #E0E0E0. Windows color (decimal): -2297453 or 9695708. OLE color: 9695708.
HSL color Cylindrical-coordinate representation of color #DCF193: hue angle of 73.4º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCF193 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 147 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.05 |
| HSL | 73.4º | 0.77% | 0.76% | - |
| HSV(B) | 73.4º | 0.39% | 0.95% | - |
| XYZ | 66.24 | 80.23 | 39.6 | - |
| YUV | 224.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 147 | 0.09 | 0 | 0.39 | 0.05 | 73.4 | 0.77 | 0.76 |
| Hex | DC | F1 | 93 | 9 | 0 | 27 | 5 | 49 | 4D | 4C |
| Octal | 334 | 361 | 223 | 11 | 0 | 47 | 5 | 111 | 115 | 114 |
| Binary | 11011100 | 11110001 | 10010011 | 1001 | 0 | 100111 | 101 | 1001001 | 1001101 | 1001100 |
Color Harmonies of #DCF193
Complementary color
Monochromatic Colors of #DCF193
Black with #DCF193
Text Example
Text Example
White with #DCF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF193; }
p { color: rgb(220,241,147); }
H1.HeaderClassName
{
color: #DCF193;
}
.AnyTagClassName
{
color: #DCF193;
}
</style>
background-color css
<style>
a { background-color: #DCF193; }
a { background-color: rgb(220,241,147); }
div.DivClassName
{
background-color: #DCF193;
}
.BgClassName
{
background-color: #DCF193;
}
</style>
border-color css
<style>
span { border-color: #DCF193; }
span { border-color: rgb(220,241,147); }
td.TdClassName
{
border-color: #DCF193;
}
.TagClassName
{
border-color: #DCF193;
}
</style>