Shades of Reef #DCF899
Tints of Reef #DCF899
RGB
CMYK
RGB Variations
Color information
#DCF899 (or 0xDCF899) is known color: Reef. HEX triplet: DC, F8 and 99. RGB value is (220,248,153). Sum of RGB (Red+Green+Blue) = 220+248+153=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF899 is #230766. Grayscale: #E5E5E5. Windows color (decimal): -2295655 or 10090716. OLE color: 10090716.
HSL color Cylindrical-coordinate representation of color #DCF899: hue angle of 77.68º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCF899 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 153 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.03 |
| HSL | 77.68º | 0.87% | 0.79% | - |
| HSV(B) | 77.68º | 0.38% | 0.97% | - |
| XYZ | 68.83 | 84.65 | 42.85 | - |
| YUV | 228.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 153 | 0.11 | 0 | 0.38 | 0.03 | 77.68 | 0.87 | 0.79 |
| Hex | DC | F8 | 99 | B | 0 | 26 | 3 | 4E | 57 | 4F |
| Octal | 334 | 370 | 231 | 13 | 0 | 46 | 3 | 116 | 127 | 117 |
| Binary | 11011100 | 11111000 | 10011001 | 1011 | 0 | 100110 | 11 | 1001110 | 1010111 | 1001111 |
Color Harmonies of #DCF899
Complementary color
Monochromatic Colors of #DCF899
Black with #DCF899
Text Example
Text Example
White with #DCF899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF899; }
p { color: rgb(220,248,153); }
H1.HeaderClassName
{
color: #DCF899;
}
.AnyTagClassName
{
color: #DCF899;
}
</style>
background-color css
<style>
a { background-color: #DCF899; }
a { background-color: rgb(220,248,153); }
div.DivClassName
{
background-color: #DCF899;
}
.BgClassName
{
background-color: #DCF899;
}
</style>
border-color css
<style>
span { border-color: #DCF899; }
span { border-color: rgb(220,248,153); }
td.TdClassName
{
border-color: #DCF899;
}
.TagClassName
{
border-color: #DCF899;
}
</style>