Shades of Reef #DCF997
Tints of Reef #DCF997
RGB
CMYK
RGB Variations
Color information
#DCF997 (or 0xDCF997) is known color: Reef. HEX triplet: DC, F9 and 97. RGB value is (220,249,151). Sum of RGB (Red+Green+Blue) = 220+249+151=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF997 is #230668. Grayscale: #E5E5E5. Windows color (decimal): -2295401 or 9959900. OLE color: 9959900.
HSL color Cylindrical-coordinate representation of color #DCF997: hue angle of 77.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCF997 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 151 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.02 |
| HSL | 77.76º | 0.89% | 0.78% | - |
| HSV(B) | 77.76º | 0.39% | 0.98% | - |
| XYZ | 68.98 | 85.2 | 42.09 | - |
| YUV | 229.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 151 | 0.12 | 0 | 0.39 | 0.02 | 77.76 | 0.89 | 0.78 |
| Hex | DC | F9 | 97 | C | 0 | 27 | 2 | 4E | 59 | 4E |
| Octal | 334 | 371 | 227 | 14 | 0 | 47 | 2 | 116 | 131 | 116 |
| Binary | 11011100 | 11111001 | 10010111 | 1100 | 0 | 100111 | 10 | 1001110 | 1011001 | 1001110 |
Color Harmonies of #DCF997
Complementary color
Monochromatic Colors of #DCF997
Black with #DCF997
Text Example
Text Example
White with #DCF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF997; }
p { color: rgb(220,249,151); }
H1.HeaderClassName
{
color: #DCF997;
}
.AnyTagClassName
{
color: #DCF997;
}
</style>
background-color css
<style>
a { background-color: #DCF997; }
a { background-color: rgb(220,249,151); }
div.DivClassName
{
background-color: #DCF997;
}
.BgClassName
{
background-color: #DCF997;
}
</style>
border-color css
<style>
span { border-color: #DCF997; }
span { border-color: rgb(220,249,151); }
td.TdClassName
{
border-color: #DCF997;
}
.TagClassName
{
border-color: #DCF997;
}
</style>