Shades of Reef #DAF68B
Tints of Reef #DAF68B
RGB
CMYK
RGB Variations
Color information
#DAF68B (or 0xDAF68B) is known color: Reef. HEX triplet: DA, F6 and 8B. RGB value is (218,246,139). Sum of RGB (Red+Green+Blue) = 218+246+139=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 139 (54.69% from 255 or 23.05% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68B is #250974. Grayscale: #E1E1E1. Windows color (decimal): -2427253 or 9172698. OLE color: 9172698.
HSL color Cylindrical-coordinate representation of color #DAF68B: hue angle of 75.7º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF68B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 139 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.04 |
| HSL | 75.7º | 0.86% | 0.75% | - |
| HSV(B) | 75.7º | 0.43% | 0.96% | - |
| XYZ | 66.53 | 82.68 | 36.88 | - |
| YUV | 225.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 139 | 0.11 | 0 | 0.43 | 0.04 | 75.7 | 0.86 | 0.75 |
| Hex | DA | F6 | 8B | B | 0 | 2B | 4 | 4C | 56 | 4B |
| Octal | 332 | 366 | 213 | 13 | 0 | 53 | 4 | 114 | 126 | 113 |
| Binary | 11011010 | 11110110 | 10001011 | 1011 | 0 | 101011 | 100 | 1001100 | 1010110 | 1001011 |
Color Harmonies of #DAF68B
Complementary color
Monochromatic Colors of #DAF68B
Black with #DAF68B
Text Example
Text Example
White with #DAF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF68B; }
p { color: rgb(218,246,139); }
H1.HeaderClassName
{
color: #DAF68B;
}
.AnyTagClassName
{
color: #DAF68B;
}
</style>
background-color css
<style>
a { background-color: #DAF68B; }
a { background-color: rgb(218,246,139); }
div.DivClassName
{
background-color: #DAF68B;
}
.BgClassName
{
background-color: #DAF68B;
}
</style>
border-color css
<style>
span { border-color: #DAF68B; }
span { border-color: rgb(218,246,139); }
td.TdClassName
{
border-color: #DAF68B;
}
.TagClassName
{
border-color: #DAF68B;
}
</style>