Shades of Reef #DCF99C
Tints of Reef #DCF99C
RGB
CMYK
RGB Variations
Color information
#DCF99C (or 0xDCF99C) is known color: Reef. HEX triplet: DC, F9 and 9C. RGB value is (220,249,156). Sum of RGB (Red+Green+Blue) = 220+249+156=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF99C is #230663. Grayscale: #E6E6E6. Windows color (decimal): -2295396 or 10287580. OLE color: 10287580.
HSL color Cylindrical-coordinate representation of color #DCF99C: hue angle of 78.71º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF99C is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 156 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.02 |
| HSL | 78.71º | 0.89% | 0.79% | - |
| HSV(B) | 78.71º | 0.37% | 0.98% | - |
| XYZ | 69.39 | 85.37 | 44.27 | - |
| YUV | 229.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 156 | 0.12 | 0 | 0.37 | 0.02 | 78.71 | 0.89 | 0.79 |
| Hex | DC | F9 | 9C | C | 0 | 25 | 2 | 4F | 59 | 4F |
| Octal | 334 | 371 | 234 | 14 | 0 | 45 | 2 | 117 | 131 | 117 |
| Binary | 11011100 | 11111001 | 10011100 | 1100 | 0 | 100101 | 10 | 1001111 | 1011001 | 1001111 |
Color Harmonies of #DCF99C
Complementary color
Monochromatic Colors of #DCF99C
Black with #DCF99C
Text Example
Text Example
White with #DCF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF99C; }
p { color: rgb(220,249,156); }
H1.HeaderClassName
{
color: #DCF99C;
}
.AnyTagClassName
{
color: #DCF99C;
}
</style>
background-color css
<style>
a { background-color: #DCF99C; }
a { background-color: rgb(220,249,156); }
div.DivClassName
{
background-color: #DCF99C;
}
.BgClassName
{
background-color: #DCF99C;
}
</style>
border-color css
<style>
span { border-color: #DCF99C; }
span { border-color: rgb(220,249,156); }
td.TdClassName
{
border-color: #DCF99C;
}
.TagClassName
{
border-color: #DCF99C;
}
</style>