Shades of Reef #DAF08B
Tints of Reef #DAF08B
RGB
CMYK
RGB Variations
Color information
#DAF08B (or 0xDAF08B) is known color: Reef. HEX triplet: DA, F0 and 8B. RGB value is (218,240,139). Sum of RGB (Red+Green+Blue) = 218+240+139=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF08B is #250F74. Grayscale: #DEDEDE. Windows color (decimal): -2428789 or 9171162. OLE color: 9171162.
HSL color Cylindrical-coordinate representation of color #DAF08B: hue angle of 73.07º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF08B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 139 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.06 |
| HSL | 73.07º | 0.77% | 0.74% | - |
| HSV(B) | 73.07º | 0.42% | 0.94% | - |
| XYZ | 64.73 | 79.09 | 36.28 | - |
| YUV | 221.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 139 | 0.09 | 0 | 0.42 | 0.06 | 73.07 | 0.77 | 0.74 |
| Hex | DA | F0 | 8B | 9 | 0 | 2A | 6 | 49 | 4D | 4A |
| Octal | 332 | 360 | 213 | 11 | 0 | 52 | 6 | 111 | 115 | 112 |
| Binary | 11011010 | 11110000 | 10001011 | 1001 | 0 | 101010 | 110 | 1001001 | 1001101 | 1001010 |
Color Harmonies of #DAF08B
Complementary color
Monochromatic Colors of #DAF08B
Black with #DAF08B
Text Example
Text Example
White with #DAF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF08B; }
p { color: rgb(218,240,139); }
H1.HeaderClassName
{
color: #DAF08B;
}
.AnyTagClassName
{
color: #DAF08B;
}
</style>
background-color css
<style>
a { background-color: #DAF08B; }
a { background-color: rgb(218,240,139); }
div.DivClassName
{
background-color: #DAF08B;
}
.BgClassName
{
background-color: #DAF08B;
}
</style>
border-color css
<style>
span { border-color: #DAF08B; }
span { border-color: rgb(218,240,139); }
td.TdClassName
{
border-color: #DAF08B;
}
.TagClassName
{
border-color: #DAF08B;
}
</style>