Shades of Reef #DAF58E
Tints of Reef #DAF58E
RGB
CMYK
RGB Variations
Color information
#DAF58E (or 0xDAF58E) is known color: Reef. HEX triplet: DA, F5 and 8E. RGB value is (218,245,142). Sum of RGB (Red+Green+Blue) = 218+245+142=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF58E is #250A71. Grayscale: #E1E1E1. Windows color (decimal): -2427506 or 9369050. OLE color: 9369050.
HSL color Cylindrical-coordinate representation of color #DAF58E: hue angle of 75.73º degrees, saturation: 0.84, 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 #DAF58E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 142 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.04 |
| HSL | 75.73º | 0.84% | 0.76% | - |
| HSV(B) | 75.73º | 0.42% | 0.96% | - |
| XYZ | 66.45 | 82.16 | 37.95 | - |
| YUV | 225.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 142 | 0.11 | 0 | 0.42 | 0.04 | 75.73 | 0.84 | 0.76 |
| Hex | DA | F5 | 8E | B | 0 | 2A | 4 | 4C | 54 | 4C |
| Octal | 332 | 365 | 216 | 13 | 0 | 52 | 4 | 114 | 124 | 114 |
| Binary | 11011010 | 11110101 | 10001110 | 1011 | 0 | 101010 | 100 | 1001100 | 1010100 | 1001100 |
Color Harmonies of #DAF58E
Complementary color
Monochromatic Colors of #DAF58E
Black with #DAF58E
Text Example
Text Example
White with #DAF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF58E; }
p { color: rgb(218,245,142); }
H1.HeaderClassName
{
color: #DAF58E;
}
.AnyTagClassName
{
color: #DAF58E;
}
</style>
background-color css
<style>
a { background-color: #DAF58E; }
a { background-color: rgb(218,245,142); }
div.DivClassName
{
background-color: #DAF58E;
}
.BgClassName
{
background-color: #DAF58E;
}
</style>
border-color css
<style>
span { border-color: #DAF58E; }
span { border-color: rgb(218,245,142); }
td.TdClassName
{
border-color: #DAF58E;
}
.TagClassName
{
border-color: #DAF58E;
}
</style>