Shades of Reef #DAF18D
Tints of Reef #DAF18D
RGB
CMYK
RGB Variations
Color information
#DAF18D (or 0xDAF18D) is known color: Reef. HEX triplet: DA, F1 and 8D. RGB value is (218,241,141). Sum of RGB (Red+Green+Blue) = 218+241+141=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF18D is #250E72. Grayscale: #DFDFDF. Windows color (decimal): -2428531 or 9302490. OLE color: 9302490.
HSL color Cylindrical-coordinate representation of color #DAF18D: hue angle of 73.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF18D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 141 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 73.8º | 0.78% | 0.75% | - |
| HSV(B) | 73.8º | 0.41% | 0.95% | - |
| XYZ | 65.18 | 79.74 | 37.16 | - |
| YUV | 222.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 141 | 0.10 | 0 | 0.41 | 0.05 | 73.8 | 0.78 | 0.75 |
| Hex | DA | F1 | 8D | A | 0 | 29 | 5 | 4A | 4E | 4B |
| Octal | 332 | 361 | 215 | 12 | 0 | 51 | 5 | 112 | 116 | 113 |
| Binary | 11011010 | 11110001 | 10001101 | 1010 | 0 | 101001 | 101 | 1001010 | 1001110 | 1001011 |
Color Harmonies of #DAF18D
Complementary color
Monochromatic Colors of #DAF18D
Black with #DAF18D
Text Example
Text Example
White with #DAF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF18D; }
p { color: rgb(218,241,141); }
H1.HeaderClassName
{
color: #DAF18D;
}
.AnyTagClassName
{
color: #DAF18D;
}
</style>
background-color css
<style>
a { background-color: #DAF18D; }
a { background-color: rgb(218,241,141); }
div.DivClassName
{
background-color: #DAF18D;
}
.BgClassName
{
background-color: #DAF18D;
}
</style>
border-color css
<style>
span { border-color: #DAF18D; }
span { border-color: rgb(218,241,141); }
td.TdClassName
{
border-color: #DAF18D;
}
.TagClassName
{
border-color: #DAF18D;
}
</style>