Shades of Reef #DCFC95
Tints of Reef #DCFC95
RGB
CMYK
RGB Variations
Color information
#DCFC95 (or 0xDCFC95) is known color: Reef. HEX triplet: DC, FC and 95. RGB value is (220,252,149). Sum of RGB (Red+Green+Blue) = 220+252+149=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC95 is #23036A. Grayscale: #E7E7E7. Windows color (decimal): -2294635 or 9829596. OLE color: 9829596.
HSL color Cylindrical-coordinate representation of color #DCFC95: hue angle of 78.64º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCFC95 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 149 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.01 |
| HSL | 78.64º | 0.94% | 0.79% | - |
| HSV(B) | 78.64º | 0.41% | 0.99% | - |
| XYZ | 69.75 | 87.01 | 41.55 | - |
| YUV | 230.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 149 | 0.13 | 0 | 0.41 | 0.01 | 78.64 | 0.94 | 0.79 |
| Hex | DC | FC | 95 | D | 0 | 29 | 1 | 4F | 5E | 4F |
| Octal | 334 | 374 | 225 | 15 | 0 | 51 | 1 | 117 | 136 | 117 |
| Binary | 11011100 | 11111100 | 10010101 | 1101 | 0 | 101001 | 1 | 1001111 | 1011110 | 1001111 |
Color Harmonies of #DCFC95
Complementary color
Monochromatic Colors of #DCFC95
Black with #DCFC95
Text Example
Text Example
White with #DCFC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC95; }
p { color: rgb(220,252,149); }
H1.HeaderClassName
{
color: #DCFC95;
}
.AnyTagClassName
{
color: #DCFC95;
}
</style>
background-color css
<style>
a { background-color: #DCFC95; }
a { background-color: rgb(220,252,149); }
div.DivClassName
{
background-color: #DCFC95;
}
.BgClassName
{
background-color: #DCFC95;
}
</style>
border-color css
<style>
span { border-color: #DCFC95; }
span { border-color: rgb(220,252,149); }
td.TdClassName
{
border-color: #DCFC95;
}
.TagClassName
{
border-color: #DCFC95;
}
</style>