Shades of Reef #DCFC99
Tints of Reef #DCFC99
RGB
CMYK
RGB Variations
Color information
#DCFC99 (or 0xDCFC99) is known color: Reef. HEX triplet: DC, FC and 99. RGB value is (220,252,153). Sum of RGB (Red+Green+Blue) = 220+252+153=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC99 is #230366. Grayscale: #E7E7E7. Windows color (decimal): -2294631 or 10091740. OLE color: 10091740.
HSL color Cylindrical-coordinate representation of color #DCFC99: hue angle of 79.39º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCFC99 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 153 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.01 |
| HSL | 79.39º | 0.94% | 0.79% | - |
| HSV(B) | 79.39º | 0.39% | 0.99% | - |
| XYZ | 70.08 | 87.14 | 43.26 | - |
| YUV | 231.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 153 | 0.13 | 0 | 0.39 | 0.01 | 79.39 | 0.94 | 0.79 |
| Hex | DC | FC | 99 | D | 0 | 27 | 1 | 4F | 5E | 4F |
| Octal | 334 | 374 | 231 | 15 | 0 | 47 | 1 | 117 | 136 | 117 |
| Binary | 11011100 | 11111100 | 10011001 | 1101 | 0 | 100111 | 1 | 1001111 | 1011110 | 1001111 |
Color Harmonies of #DCFC99
Complementary color
Monochromatic Colors of #DCFC99
Black with #DCFC99
Text Example
Text Example
White with #DCFC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC99; }
p { color: rgb(220,252,153); }
H1.HeaderClassName
{
color: #DCFC99;
}
.AnyTagClassName
{
color: #DCFC99;
}
</style>
background-color css
<style>
a { background-color: #DCFC99; }
a { background-color: rgb(220,252,153); }
div.DivClassName
{
background-color: #DCFC99;
}
.BgClassName
{
background-color: #DCFC99;
}
</style>
border-color css
<style>
span { border-color: #DCFC99; }
span { border-color: rgb(220,252,153); }
td.TdClassName
{
border-color: #DCFC99;
}
.TagClassName
{
border-color: #DCFC99;
}
</style>