Shades of Reef #DCF293
Tints of Reef #DCF293
RGB
CMYK
RGB Variations
Color information
#DCF293 (or 0xDCF293) is known color: Reef. HEX triplet: DC, F2 and 93. RGB value is (220,242,147). Sum of RGB (Red+Green+Blue) = 220+242+147=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF293 is #230D6C. Grayscale: #E0E0E0. Windows color (decimal): -2297197 or 9695964. OLE color: 9695964.
HSL color Cylindrical-coordinate representation of color #DCF293: hue angle of 73.89º degrees, saturation: 0.79, 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 #DCF293 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 147 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.05 |
| HSL | 73.89º | 0.79% | 0.76% | - |
| HSV(B) | 73.89º | 0.39% | 0.95% | - |
| XYZ | 66.53 | 80.83 | 39.7 | - |
| YUV | 224.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 147 | 0.09 | 0 | 0.39 | 0.05 | 73.89 | 0.79 | 0.76 |
| Hex | DC | F2 | 93 | 9 | 0 | 27 | 5 | 4A | 4F | 4C |
| Octal | 334 | 362 | 223 | 11 | 0 | 47 | 5 | 112 | 117 | 114 |
| Binary | 11011100 | 11110010 | 10010011 | 1001 | 0 | 100111 | 101 | 1001010 | 1001111 | 1001100 |
Color Harmonies of #DCF293
Complementary color
Monochromatic Colors of #DCF293
Black with #DCF293
Text Example
Text Example
White with #DCF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF293; }
p { color: rgb(220,242,147); }
H1.HeaderClassName
{
color: #DCF293;
}
.AnyTagClassName
{
color: #DCF293;
}
</style>
background-color css
<style>
a { background-color: #DCF293; }
a { background-color: rgb(220,242,147); }
div.DivClassName
{
background-color: #DCF293;
}
.BgClassName
{
background-color: #DCF293;
}
</style>
border-color css
<style>
span { border-color: #DCF293; }
span { border-color: rgb(220,242,147); }
td.TdClassName
{
border-color: #DCF293;
}
.TagClassName
{
border-color: #DCF293;
}
</style>