Shades of Reef #DCF197
Tints of Reef #DCF197
RGB
CMYK
RGB Variations
Color information
#DCF197 (or 0xDCF197) is known color: Reef. HEX triplet: DC, F1 and 97. RGB value is (220,241,151). Sum of RGB (Red+Green+Blue) = 220+241+151=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF197 is #230E68. Grayscale: #E0E0E0. Windows color (decimal): -2297449 or 9957852. OLE color: 9957852.
HSL color Cylindrical-coordinate representation of color #DCF197: hue angle of 74º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF197 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 151 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.05 |
| HSL | 74º | 0.76% | 0.77% | - |
| HSV(B) | 74º | 0.37% | 0.95% | - |
| XYZ | 66.56 | 80.36 | 41.28 | - |
| YUV | 224.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 151 | 0.09 | 0 | 0.37 | 0.05 | 74 | 0.76 | 0.77 |
| Hex | DC | F1 | 97 | 9 | 0 | 25 | 5 | 4A | 4C | 4D |
| Octal | 334 | 361 | 227 | 11 | 0 | 45 | 5 | 112 | 114 | 115 |
| Binary | 11011100 | 11110001 | 10010111 | 1001 | 0 | 100101 | 101 | 1001010 | 1001100 | 1001101 |
Color Harmonies of #DCF197
Complementary color
Monochromatic Colors of #DCF197
Black with #DCF197
Text Example
Text Example
White with #DCF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF197; }
p { color: rgb(220,241,151); }
H1.HeaderClassName
{
color: #DCF197;
}
.AnyTagClassName
{
color: #DCF197;
}
</style>
background-color css
<style>
a { background-color: #DCF197; }
a { background-color: rgb(220,241,151); }
div.DivClassName
{
background-color: #DCF197;
}
.BgClassName
{
background-color: #DCF197;
}
</style>
border-color css
<style>
span { border-color: #DCF197; }
span { border-color: rgb(220,241,151); }
td.TdClassName
{
border-color: #DCF197;
}
.TagClassName
{
border-color: #DCF197;
}
</style>