Shades of Reef #DAF68F
Tints of Reef #DAF68F
RGB
CMYK
RGB Variations
Color information
#DAF68F (or 0xDAF68F) is known color: Reef. HEX triplet: DA, F6 and 8F. RGB value is (218,246,143). Sum of RGB (Red+Green+Blue) = 218+246+143=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68F is #250970. Grayscale: #E2E2E2. Windows color (decimal): -2427249 or 9434842. OLE color: 9434842.
HSL color Cylindrical-coordinate representation of color #DAF68F: hue angle of 76.31º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF68F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 143 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.04 |
| HSL | 76.31º | 0.85% | 0.76% | - |
| HSV(B) | 76.31º | 0.42% | 0.96% | - |
| XYZ | 66.83 | 82.8 | 38.45 | - |
| YUV | 225.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 143 | 0.11 | 0 | 0.42 | 0.04 | 76.31 | 0.85 | 0.76 |
| Hex | DA | F6 | 8F | B | 0 | 2A | 4 | 4C | 55 | 4C |
| Octal | 332 | 366 | 217 | 13 | 0 | 52 | 4 | 114 | 125 | 114 |
| Binary | 11011010 | 11110110 | 10001111 | 1011 | 0 | 101010 | 100 | 1001100 | 1010101 | 1001100 |
Color Harmonies of #DAF68F
Complementary color
Monochromatic Colors of #DAF68F
Black with #DAF68F
Text Example
Text Example
White with #DAF68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF68F; }
p { color: rgb(218,246,143); }
H1.HeaderClassName
{
color: #DAF68F;
}
.AnyTagClassName
{
color: #DAF68F;
}
</style>
background-color css
<style>
a { background-color: #DAF68F; }
a { background-color: rgb(218,246,143); }
div.DivClassName
{
background-color: #DAF68F;
}
.BgClassName
{
background-color: #DAF68F;
}
</style>
border-color css
<style>
span { border-color: #DAF68F; }
span { border-color: rgb(218,246,143); }
td.TdClassName
{
border-color: #DAF68F;
}
.TagClassName
{
border-color: #DAF68F;
}
</style>