Shades of Reef #DAF095
Tints of Reef #DAF095
RGB
CMYK
RGB Variations
Color information
#DAF095 (or 0xDAF095) is known color: Reef. HEX triplet: DA, F0 and 95. RGB value is (218,240,149). Sum of RGB (Red+Green+Blue) = 218+240+149=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF095 is #250F6A. Grayscale: #DFDFDF. Windows color (decimal): -2428779 or 9826522. OLE color: 9826522.
HSL color Cylindrical-coordinate representation of color #DAF095: hue angle of 74.51º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAF095 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 149 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.06 |
| HSL | 74.51º | 0.75% | 0.76% | - |
| HSV(B) | 74.51º | 0.38% | 0.94% | - |
| XYZ | 65.5 | 79.4 | 40.31 | - |
| YUV | 223.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 149 | 0.09 | 0 | 0.38 | 0.06 | 74.51 | 0.75 | 0.76 |
| Hex | DA | F0 | 95 | 9 | 0 | 26 | 6 | 4B | 4B | 4C |
| Octal | 332 | 360 | 225 | 11 | 0 | 46 | 6 | 113 | 113 | 114 |
| Binary | 11011010 | 11110000 | 10010101 | 1001 | 0 | 100110 | 110 | 1001011 | 1001011 | 1001100 |
Color Harmonies of #DAF095
Complementary color
Monochromatic Colors of #DAF095
Black with #DAF095
Text Example
Text Example
White with #DAF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF095; }
p { color: rgb(218,240,149); }
H1.HeaderClassName
{
color: #DAF095;
}
.AnyTagClassName
{
color: #DAF095;
}
</style>
background-color css
<style>
a { background-color: #DAF095; }
a { background-color: rgb(218,240,149); }
div.DivClassName
{
background-color: #DAF095;
}
.BgClassName
{
background-color: #DAF095;
}
</style>
border-color css
<style>
span { border-color: #DAF095; }
span { border-color: rgb(218,240,149); }
td.TdClassName
{
border-color: #DAF095;
}
.TagClassName
{
border-color: #DAF095;
}
</style>