Shades of Reef #DAF592
Tints of Reef #DAF592
RGB
CMYK
RGB Variations
Color information
#DAF592 (or 0xDAF592) is known color: Reef. HEX triplet: DA, F5 and 92. RGB value is (218,245,146). Sum of RGB (Red+Green+Blue) = 218+245+146=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF592 is #250A6D. Grayscale: #E2E2E2. Windows color (decimal): -2427502 or 9631194. OLE color: 9631194.
HSL color Cylindrical-coordinate representation of color #DAF592: hue angle of 76.36º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF592 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 146 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.04 |
| HSL | 76.36º | 0.83% | 0.77% | - |
| HSV(B) | 76.36º | 0.4% | 0.96% | - |
| XYZ | 66.75 | 82.29 | 39.56 | - |
| YUV | 225.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 146 | 0.11 | 0 | 0.40 | 0.04 | 76.36 | 0.83 | 0.77 |
| Hex | DA | F5 | 92 | B | 0 | 28 | 4 | 4C | 53 | 4D |
| Octal | 332 | 365 | 222 | 13 | 0 | 50 | 4 | 114 | 123 | 115 |
| Binary | 11011010 | 11110101 | 10010010 | 1011 | 0 | 101000 | 100 | 1001100 | 1010011 | 1001101 |
Color Harmonies of #DAF592
Complementary color
Monochromatic Colors of #DAF592
Black with #DAF592
Text Example
Text Example
White with #DAF592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF592; }
p { color: rgb(218,245,146); }
H1.HeaderClassName
{
color: #DAF592;
}
.AnyTagClassName
{
color: #DAF592;
}
</style>
background-color css
<style>
a { background-color: #DAF592; }
a { background-color: rgb(218,245,146); }
div.DivClassName
{
background-color: #DAF592;
}
.BgClassName
{
background-color: #DAF592;
}
</style>
border-color css
<style>
span { border-color: #DAF592; }
span { border-color: rgb(218,245,146); }
td.TdClassName
{
border-color: #DAF592;
}
.TagClassName
{
border-color: #DAF592;
}
</style>