Shades of Reef #DCFC93
Tints of Reef #DCFC93
RGB
CMYK
RGB Variations
Color information
#DCFC93 (or 0xDCFC93) is known color: Reef. HEX triplet: DC, FC and 93. RGB value is (220,252,147). Sum of RGB (Red+Green+Blue) = 220+252+147=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC93 is #23036C. Grayscale: #E6E6E6. Windows color (decimal): -2294637 or 9698524. OLE color: 9698524.
HSL color Cylindrical-coordinate representation of color #DCFC93: hue angle of 78.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFC93 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 147 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.01 |
| HSL | 78.29º | 0.95% | 0.78% | - |
| HSV(B) | 78.29º | 0.42% | 0.99% | - |
| XYZ | 69.59 | 86.94 | 40.72 | - |
| YUV | 230.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 147 | 0.13 | 0 | 0.42 | 0.01 | 78.29 | 0.95 | 0.78 |
| Hex | DC | FC | 93 | D | 0 | 2A | 1 | 4E | 5F | 4E |
| Octal | 334 | 374 | 223 | 15 | 0 | 52 | 1 | 116 | 137 | 116 |
| Binary | 11011100 | 11111100 | 10010011 | 1101 | 0 | 101010 | 1 | 1001110 | 1011111 | 1001110 |
Color Harmonies of #DCFC93
Complementary color
Monochromatic Colors of #DCFC93
Black with #DCFC93
Text Example
Text Example
White with #DCFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC93; }
p { color: rgb(220,252,147); }
H1.HeaderClassName
{
color: #DCFC93;
}
.AnyTagClassName
{
color: #DCFC93;
}
</style>
background-color css
<style>
a { background-color: #DCFC93; }
a { background-color: rgb(220,252,147); }
div.DivClassName
{
background-color: #DCFC93;
}
.BgClassName
{
background-color: #DCFC93;
}
</style>
border-color css
<style>
span { border-color: #DCFC93; }
span { border-color: rgb(220,252,147); }
td.TdClassName
{
border-color: #DCFC93;
}
.TagClassName
{
border-color: #DCFC93;
}
</style>