Shades of Reef #DCFC94
Tints of Reef #DCFC94
RGB
CMYK
RGB Variations
Color information
#DCFC94 (or 0xDCFC94) is known color: Reef. HEX triplet: DC, FC and 94. RGB value is (220,252,148). Sum of RGB (Red+Green+Blue) = 220+252+148=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC94 is #23036B. Grayscale: #E6E6E6. Windows color (decimal): -2294636 or 9764060. OLE color: 9764060.
HSL color Cylindrical-coordinate representation of color #DCFC94: hue angle of 78.46º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCFC94 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 148 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.01 |
| HSL | 78.46º | 0.95% | 0.78% | - |
| HSV(B) | 78.46º | 0.41% | 0.99% | - |
| XYZ | 69.67 | 86.97 | 41.13 | - |
| YUV | 230.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 148 | 0.13 | 0 | 0.41 | 0.01 | 78.46 | 0.95 | 0.78 |
| Hex | DC | FC | 94 | D | 0 | 29 | 1 | 4E | 5F | 4E |
| Octal | 334 | 374 | 224 | 15 | 0 | 51 | 1 | 116 | 137 | 116 |
| Binary | 11011100 | 11111100 | 10010100 | 1101 | 0 | 101001 | 1 | 1001110 | 1011111 | 1001110 |
Color Harmonies of #DCFC94
Complementary color
Monochromatic Colors of #DCFC94
Black with #DCFC94
Text Example
Text Example
White with #DCFC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC94; }
p { color: rgb(220,252,148); }
H1.HeaderClassName
{
color: #DCFC94;
}
.AnyTagClassName
{
color: #DCFC94;
}
</style>
background-color css
<style>
a { background-color: #DCFC94; }
a { background-color: rgb(220,252,148); }
div.DivClassName
{
background-color: #DCFC94;
}
.BgClassName
{
background-color: #DCFC94;
}
</style>
border-color css
<style>
span { border-color: #DCFC94; }
span { border-color: rgb(220,252,148); }
td.TdClassName
{
border-color: #DCFC94;
}
.TagClassName
{
border-color: #DCFC94;
}
</style>