Shades of Reef #DAF68C
Tints of Reef #DAF68C
RGB
CMYK
RGB Variations
Color information
#DAF68C (or 0xDAF68C) is known color: Reef. HEX triplet: DA, F6 and 8C. RGB value is (218,246,140). Sum of RGB (Red+Green+Blue) = 218+246+140=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68C is #250973. Grayscale: #E1E1E1. Windows color (decimal): -2427252 or 9238234. OLE color: 9238234.
HSL color Cylindrical-coordinate representation of color #DAF68C: hue angle of 75.85º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF68C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 140 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.04 |
| HSL | 75.85º | 0.85% | 0.76% | - |
| HSV(B) | 75.85º | 0.43% | 0.96% | - |
| XYZ | 66.6 | 82.71 | 37.27 | - |
| YUV | 225.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 140 | 0.11 | 0 | 0.43 | 0.04 | 75.85 | 0.85 | 0.76 |
| Hex | DA | F6 | 8C | B | 0 | 2B | 4 | 4C | 55 | 4C |
| Octal | 332 | 366 | 214 | 13 | 0 | 53 | 4 | 114 | 125 | 114 |
| Binary | 11011010 | 11110110 | 10001100 | 1011 | 0 | 101011 | 100 | 1001100 | 1010101 | 1001100 |
Color Harmonies of #DAF68C
Complementary color
Monochromatic Colors of #DAF68C
Black with #DAF68C
Text Example
Text Example
White with #DAF68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF68C; }
p { color: rgb(218,246,140); }
H1.HeaderClassName
{
color: #DAF68C;
}
.AnyTagClassName
{
color: #DAF68C;
}
</style>
background-color css
<style>
a { background-color: #DAF68C; }
a { background-color: rgb(218,246,140); }
div.DivClassName
{
background-color: #DAF68C;
}
.BgClassName
{
background-color: #DAF68C;
}
</style>
border-color css
<style>
span { border-color: #DAF68C; }
span { border-color: rgb(218,246,140); }
td.TdClassName
{
border-color: #DAF68C;
}
.TagClassName
{
border-color: #DAF68C;
}
</style>