Shades of Reef #DCF392
Tints of Reef #DCF392
RGB
CMYK
RGB Variations
Color information
#DCF392 (or 0xDCF392) is known color: Reef. HEX triplet: DC, F3 and 92. RGB value is (220,243,146). Sum of RGB (Red+Green+Blue) = 220+243+146=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF392 is #230C6D. Grayscale: #E1E1E1. Windows color (decimal): -2296942 or 9630684. OLE color: 9630684.
HSL color Cylindrical-coordinate representation of color #DCF392: hue angle of 74.23º degrees, saturation: 0.8, 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 #DCF392 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 146 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.05 |
| HSL | 74.23º | 0.8% | 0.76% | - |
| HSV(B) | 74.23º | 0.4% | 0.95% | - |
| XYZ | 66.75 | 81.39 | 39.39 | - |
| YUV | 225.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 146 | 0.09 | 0 | 0.40 | 0.05 | 74.23 | 0.8 | 0.76 |
| Hex | DC | F3 | 92 | 9 | 0 | 28 | 5 | 4A | 50 | 4C |
| Octal | 334 | 363 | 222 | 11 | 0 | 50 | 5 | 112 | 120 | 114 |
| Binary | 11011100 | 11110011 | 10010010 | 1001 | 0 | 101000 | 101 | 1001010 | 1010000 | 1001100 |
Color Harmonies of #DCF392
Complementary color
Monochromatic Colors of #DCF392
Black with #DCF392
Text Example
Text Example
White with #DCF392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF392; }
p { color: rgb(220,243,146); }
H1.HeaderClassName
{
color: #DCF392;
}
.AnyTagClassName
{
color: #DCF392;
}
</style>
background-color css
<style>
a { background-color: #DCF392; }
a { background-color: rgb(220,243,146); }
div.DivClassName
{
background-color: #DCF392;
}
.BgClassName
{
background-color: #DCF392;
}
</style>
border-color css
<style>
span { border-color: #DCF392; }
span { border-color: rgb(220,243,146); }
td.TdClassName
{
border-color: #DCF392;
}
.TagClassName
{
border-color: #DCF392;
}
</style>