Shades of Reef #DCF292
Tints of Reef #DCF292
RGB
CMYK
RGB Variations
Color information
#DCF292 (or 0xDCF292) is known color: Reef. HEX triplet: DC, F2 and 92. RGB value is (220,242,146). Sum of RGB (Red+Green+Blue) = 220+242+146=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF292 is #230D6D. Grayscale: #E0E0E0. Windows color (decimal): -2297198 or 9630428. OLE color: 9630428.
HSL color Cylindrical-coordinate representation of color #DCF292: hue angle of 73.75º degrees, saturation: 0.79, 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 #DCF292 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 146 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.05 |
| HSL | 73.75º | 0.79% | 0.76% | - |
| HSV(B) | 73.75º | 0.4% | 0.95% | - |
| XYZ | 66.46 | 80.8 | 39.29 | - |
| YUV | 224.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 146 | 0.09 | 0 | 0.40 | 0.05 | 73.75 | 0.79 | 0.76 |
| Hex | DC | F2 | 92 | 9 | 0 | 28 | 5 | 4A | 4F | 4C |
| Octal | 334 | 362 | 222 | 11 | 0 | 50 | 5 | 112 | 117 | 114 |
| Binary | 11011100 | 11110010 | 10010010 | 1001 | 0 | 101000 | 101 | 1001010 | 1001111 | 1001100 |
Color Harmonies of #DCF292
Complementary color
Monochromatic Colors of #DCF292
Black with #DCF292
Text Example
Text Example
White with #DCF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF292; }
p { color: rgb(220,242,146); }
H1.HeaderClassName
{
color: #DCF292;
}
.AnyTagClassName
{
color: #DCF292;
}
</style>
background-color css
<style>
a { background-color: #DCF292; }
a { background-color: rgb(220,242,146); }
div.DivClassName
{
background-color: #DCF292;
}
.BgClassName
{
background-color: #DCF292;
}
</style>
border-color css
<style>
span { border-color: #DCF292; }
span { border-color: rgb(220,242,146); }
td.TdClassName
{
border-color: #DCF292;
}
.TagClassName
{
border-color: #DCF292;
}
</style>