Shades of Reef #DAF692
Tints of Reef #DAF692
RGB
CMYK
RGB Variations
Color information
#DAF692 (or 0xDAF692) is known color: Reef. HEX triplet: DA, F6 and 92. RGB value is (218,246,146). Sum of RGB (Red+Green+Blue) = 218+246+146=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF692 is #25096D. Grayscale: #E2E2E2. Windows color (decimal): -2427246 or 9631450. OLE color: 9631450.
HSL color Cylindrical-coordinate representation of color #DAF692: hue angle of 76.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF692 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 146 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.04 |
| HSL | 76.8º | 0.85% | 0.77% | - |
| HSV(B) | 76.8º | 0.41% | 0.96% | - |
| XYZ | 67.06 | 82.89 | 39.66 | - |
| YUV | 226.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 146 | 0.11 | 0 | 0.41 | 0.04 | 76.8 | 0.85 | 0.77 |
| Hex | DA | F6 | 92 | B | 0 | 29 | 4 | 4D | 55 | 4D |
| Octal | 332 | 366 | 222 | 13 | 0 | 51 | 4 | 115 | 125 | 115 |
| Binary | 11011010 | 11110110 | 10010010 | 1011 | 0 | 101001 | 100 | 1001101 | 1010101 | 1001101 |
Color Harmonies of #DAF692
Complementary color
Monochromatic Colors of #DAF692
Black with #DAF692
Text Example
Text Example
White with #DAF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF692; }
p { color: rgb(218,246,146); }
H1.HeaderClassName
{
color: #DAF692;
}
.AnyTagClassName
{
color: #DAF692;
}
</style>
background-color css
<style>
a { background-color: #DAF692; }
a { background-color: rgb(218,246,146); }
div.DivClassName
{
background-color: #DAF692;
}
.BgClassName
{
background-color: #DAF692;
}
</style>
border-color css
<style>
span { border-color: #DAF692; }
span { border-color: rgb(218,246,146); }
td.TdClassName
{
border-color: #DAF692;
}
.TagClassName
{
border-color: #DAF692;
}
</style>