Shades of Reef #DAF18B
Tints of Reef #DAF18B
RGB
CMYK
RGB Variations
Color information
#DAF18B (or 0xDAF18B) is known color: Reef. HEX triplet: DA, F1 and 8B. RGB value is (218,241,139). Sum of RGB (Red+Green+Blue) = 218+241+139=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF18B is #250E74. Grayscale: #DEDEDE. Windows color (decimal): -2428533 or 9171418. OLE color: 9171418.
HSL color Cylindrical-coordinate representation of color #DAF18B: hue angle of 73.53º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF18B is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 139 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 73.53º | 0.78% | 0.75% | - |
| HSV(B) | 73.53º | 0.42% | 0.95% | - |
| XYZ | 65.03 | 79.68 | 36.38 | - |
| YUV | 222.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 139 | 0.10 | 0 | 0.42 | 0.05 | 73.53 | 0.78 | 0.75 |
| Hex | DA | F1 | 8B | A | 0 | 2A | 5 | 4A | 4E | 4B |
| Octal | 332 | 361 | 213 | 12 | 0 | 52 | 5 | 112 | 116 | 113 |
| Binary | 11011010 | 11110001 | 10001011 | 1010 | 0 | 101010 | 101 | 1001010 | 1001110 | 1001011 |
Color Harmonies of #DAF18B
Complementary color
Monochromatic Colors of #DAF18B
Black with #DAF18B
Text Example
Text Example
White with #DAF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF18B; }
p { color: rgb(218,241,139); }
H1.HeaderClassName
{
color: #DAF18B;
}
.AnyTagClassName
{
color: #DAF18B;
}
</style>
background-color css
<style>
a { background-color: #DAF18B; }
a { background-color: rgb(218,241,139); }
div.DivClassName
{
background-color: #DAF18B;
}
.BgClassName
{
background-color: #DAF18B;
}
</style>
border-color css
<style>
span { border-color: #DAF18B; }
span { border-color: rgb(218,241,139); }
td.TdClassName
{
border-color: #DAF18B;
}
.TagClassName
{
border-color: #DAF18B;
}
</style>