Shades of Reef #DAF197
Tints of Reef #DAF197
RGB
CMYK
RGB Variations
Color information
#DAF197 (or 0xDAF197) is known color: Reef. HEX triplet: DA, F1 and 97. RGB value is (218,241,151). Sum of RGB (Red+Green+Blue) = 218+241+151=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF197 is #250E68. Grayscale: #E0E0E0. Windows color (decimal): -2428521 or 9957850. OLE color: 9957850.
HSL color Cylindrical-coordinate representation of color #DAF197: hue angle of 75.33º 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 #DAF197 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 151 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.05 |
| HSL | 75.33º | 0.76% | 0.77% | - |
| HSV(B) | 75.33º | 0.37% | 0.95% | - |
| XYZ | 65.95 | 80.05 | 41.25 | - |
| YUV | 223.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 151 | 0.10 | 0 | 0.37 | 0.05 | 75.33 | 0.76 | 0.77 |
| Hex | DA | F1 | 97 | A | 0 | 25 | 5 | 4B | 4C | 4D |
| Octal | 332 | 361 | 227 | 12 | 0 | 45 | 5 | 113 | 114 | 115 |
| Binary | 11011010 | 11110001 | 10010111 | 1010 | 0 | 100101 | 101 | 1001011 | 1001100 | 1001101 |
Color Harmonies of #DAF197
Complementary color
Monochromatic Colors of #DAF197
Black with #DAF197
Text Example
Text Example
White with #DAF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF197; }
p { color: rgb(218,241,151); }
H1.HeaderClassName
{
color: #DAF197;
}
.AnyTagClassName
{
color: #DAF197;
}
</style>
background-color css
<style>
a { background-color: #DAF197; }
a { background-color: rgb(218,241,151); }
div.DivClassName
{
background-color: #DAF197;
}
.BgClassName
{
background-color: #DAF197;
}
</style>
border-color css
<style>
span { border-color: #DAF197; }
span { border-color: rgb(218,241,151); }
td.TdClassName
{
border-color: #DAF197;
}
.TagClassName
{
border-color: #DAF197;
}
</style>