Shades of Reef #DAF59B
Tints of Reef #DAF59B
RGB
CMYK
RGB Variations
Color information
#DAF59B (or 0xDAF59B) is known color: Reef. HEX triplet: DA, F5 and 9B. RGB value is (218,245,155). Sum of RGB (Red+Green+Blue) = 218+245+155=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF59B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF59B is #250A64. Grayscale: #E3E3E3. Windows color (decimal): -2427493 or 10221018. OLE color: 10221018.
HSL color Cylindrical-coordinate representation of color #DAF59B: hue angle of 78º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAF59B is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 155 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.04 |
| HSL | 78º | 0.82% | 0.78% | - |
| HSV(B) | 78º | 0.37% | 0.96% | - |
| XYZ | 67.48 | 82.58 | 43.39 | - |
| YUV | 226.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 155 | 0.11 | 0 | 0.37 | 0.04 | 78 | 0.82 | 0.78 |
| Hex | DA | F5 | 9B | B | 0 | 25 | 4 | 4E | 52 | 4E |
| Octal | 332 | 365 | 233 | 13 | 0 | 45 | 4 | 116 | 122 | 116 |
| Binary | 11011010 | 11110101 | 10011011 | 1011 | 0 | 100101 | 100 | 1001110 | 1010010 | 1001110 |
Color Harmonies of #DAF59B
Complementary color
Monochromatic Colors of #DAF59B
Black with #DAF59B
Text Example
Text Example
White with #DAF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF59B; }
p { color: rgb(218,245,155); }
H1.HeaderClassName
{
color: #DAF59B;
}
.AnyTagClassName
{
color: #DAF59B;
}
</style>
background-color css
<style>
a { background-color: #DAF59B; }
a { background-color: rgb(218,245,155); }
div.DivClassName
{
background-color: #DAF59B;
}
.BgClassName
{
background-color: #DAF59B;
}
</style>
border-color css
<style>
span { border-color: #DAF59B; }
span { border-color: rgb(218,245,155); }
td.TdClassName
{
border-color: #DAF59B;
}
.TagClassName
{
border-color: #DAF59B;
}
</style>