Shades of Reef #DCFE93
Tints of Reef #DCFE93
RGB
CMYK
RGB Variations
Color information
#DCFE93 (or 0xDCFE93) is known color: Reef. HEX triplet: DC, FE and 93. RGB value is (220,254,147). Sum of RGB (Red+Green+Blue) = 220+254+147=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE93 is #23016C. Grayscale: #E8E8E8. Windows color (decimal): -2294125 or 9699036. OLE color: 9699036.
HSL color Cylindrical-coordinate representation of color #DCFE93: hue angle of 79.07º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFE93 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 147 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.00 |
| HSL | 79.07º | 0.98% | 0.79% | - |
| HSV(B) | 79.07º | 0.42% | 1% | - |
| XYZ | 70.22 | 88.21 | 40.93 | - |
| YUV | 231.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 147 | 0.13 | 0 | 0.42 | 0.00 | 79.07 | 0.98 | 0.79 |
| Hex | DC | FE | 93 | D | 0 | 2A | 0 | 4F | 62 | 4F |
| Octal | 334 | 376 | 223 | 15 | 0 | 52 | 0 | 117 | 142 | 117 |
| Binary | 11011100 | 11111110 | 10010011 | 1101 | 0 | 101010 | 0 | 1001111 | 1100010 | 1001111 |
Color Harmonies of #DCFE93
Complementary color
Monochromatic Colors of #DCFE93
Black with #DCFE93
Text Example
Text Example
White with #DCFE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE93; }
p { color: rgb(220,254,147); }
H1.HeaderClassName
{
color: #DCFE93;
}
.AnyTagClassName
{
color: #DCFE93;
}
</style>
background-color css
<style>
a { background-color: #DCFE93; }
a { background-color: rgb(220,254,147); }
div.DivClassName
{
background-color: #DCFE93;
}
.BgClassName
{
background-color: #DCFE93;
}
</style>
border-color css
<style>
span { border-color: #DCFE93; }
span { border-color: rgb(220,254,147); }
td.TdClassName
{
border-color: #DCFE93;
}
.TagClassName
{
border-color: #DCFE93;
}
</style>