Shades of Reef #DAF68A
Tints of Reef #DAF68A
RGB
CMYK
RGB Variations
Color information
#DAF68A (or 0xDAF68A) is known color: Reef. HEX triplet: DA, F6 and 8A. RGB value is (218,246,138). Sum of RGB (Red+Green+Blue) = 218+246+138=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68A is #250975. Grayscale: #E1E1E1. Windows color (decimal): -2427254 or 9107162. OLE color: 9107162.
HSL color Cylindrical-coordinate representation of color #DAF68A: hue angle of 75.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF68A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 138 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.04 |
| HSL | 75.56º | 0.86% | 0.75% | - |
| HSV(B) | 75.56º | 0.44% | 0.96% | - |
| XYZ | 66.46 | 82.65 | 36.5 | - |
| YUV | 225.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 138 | 0.11 | 0 | 0.44 | 0.04 | 75.56 | 0.86 | 0.75 |
| Hex | DA | F6 | 8A | B | 0 | 2C | 4 | 4C | 56 | 4B |
| Octal | 332 | 366 | 212 | 13 | 0 | 54 | 4 | 114 | 126 | 113 |
| Binary | 11011010 | 11110110 | 10001010 | 1011 | 0 | 101100 | 100 | 1001100 | 1010110 | 1001011 |
Color Harmonies of #DAF68A
Complementary color
Monochromatic Colors of #DAF68A
Black with #DAF68A
Text Example
Text Example
White with #DAF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF68A; }
p { color: rgb(218,246,138); }
H1.HeaderClassName
{
color: #DAF68A;
}
.AnyTagClassName
{
color: #DAF68A;
}
</style>
background-color css
<style>
a { background-color: #DAF68A; }
a { background-color: rgb(218,246,138); }
div.DivClassName
{
background-color: #DAF68A;
}
.BgClassName
{
background-color: #DAF68A;
}
</style>
border-color css
<style>
span { border-color: #DAF68A; }
span { border-color: rgb(218,246,138); }
td.TdClassName
{
border-color: #DAF68A;
}
.TagClassName
{
border-color: #DAF68A;
}
</style>