Shades of Reef #DAF78B
Tints of Reef #DAF78B
RGB
CMYK
RGB Variations
Color information
#DAF78B (or 0xDAF78B) is known color: Reef. HEX triplet: DA, F7 and 8B. RGB value is (218,247,139). Sum of RGB (Red+Green+Blue) = 218+247+139=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF78B is #250874. Grayscale: #E2E2E2. Windows color (decimal): -2426997 or 9172954. OLE color: 9172954.
HSL color Cylindrical-coordinate representation of color #DAF78B: hue angle of 76.11º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF78B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 139 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.03 |
| HSL | 76.11º | 0.87% | 0.76% | - |
| HSV(B) | 76.11º | 0.44% | 0.97% | - |
| XYZ | 66.83 | 83.29 | 36.98 | - |
| YUV | 226.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 139 | 0.12 | 0 | 0.44 | 0.03 | 76.11 | 0.87 | 0.76 |
| Hex | DA | F7 | 8B | C | 0 | 2C | 3 | 4C | 57 | 4C |
| Octal | 332 | 367 | 213 | 14 | 0 | 54 | 3 | 114 | 127 | 114 |
| Binary | 11011010 | 11110111 | 10001011 | 1100 | 0 | 101100 | 11 | 1001100 | 1010111 | 1001100 |
Color Harmonies of #DAF78B
Complementary color
Monochromatic Colors of #DAF78B
Black with #DAF78B
Text Example
Text Example
White with #DAF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF78B; }
p { color: rgb(218,247,139); }
H1.HeaderClassName
{
color: #DAF78B;
}
.AnyTagClassName
{
color: #DAF78B;
}
</style>
background-color css
<style>
a { background-color: #DAF78B; }
a { background-color: rgb(218,247,139); }
div.DivClassName
{
background-color: #DAF78B;
}
.BgClassName
{
background-color: #DAF78B;
}
</style>
border-color css
<style>
span { border-color: #DAF78B; }
span { border-color: rgb(218,247,139); }
td.TdClassName
{
border-color: #DAF78B;
}
.TagClassName
{
border-color: #DAF78B;
}
</style>