Shades of Reef #DAFF8A
Tints of Reef #DAFF8A
RGB
CMYK
RGB Variations
Color information
#DAFF8A (or 0xDAFF8A) is known color: Reef. HEX triplet: DA, FF and 8A. RGB value is (218,255,138). Sum of RGB (Red+Green+Blue) = 218+255+138=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF8A is #250075. Grayscale: #E7E7E7. Windows color (decimal): -2424950 or 9109466. OLE color: 9109466.
HSL color Cylindrical-coordinate representation of color #DAFF8A: hue angle of 78.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAFF8A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 138 | - |
| CMYK | 0.15 | 0 | 0.46 | 0 |
| HSL | 78.97º | 1% | 0.77% | - |
| HSV(B) | 78.97º | 0.46% | 1% | - |
| XYZ | 69.26 | 88.26 | 37.43 | - |
| YUV | 230.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 138 | 0.15 | 0 | 0.46 | 0 | 78.97 | 1 | 0.77 |
| Hex | DA | FF | 8A | F | 0 | 2E | 0 | 4F | 64 | 4D |
| Octal | 332 | 377 | 212 | 17 | 0 | 56 | 0 | 117 | 144 | 115 |
| Binary | 11011010 | 11111111 | 10001010 | 1111 | 0 | 101110 | 0 | 1001111 | 1100100 | 1001101 |
Color Harmonies of #DAFF8A
Complementary color
Monochromatic Colors of #DAFF8A
Black with #DAFF8A
Text Example
Text Example
White with #DAFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF8A; }
p { color: rgb(218,255,138); }
H1.HeaderClassName
{
color: #DAFF8A;
}
.AnyTagClassName
{
color: #DAFF8A;
}
</style>
background-color css
<style>
a { background-color: #DAFF8A; }
a { background-color: rgb(218,255,138); }
div.DivClassName
{
background-color: #DAFF8A;
}
.BgClassName
{
background-color: #DAFF8A;
}
</style>
border-color css
<style>
span { border-color: #DAFF8A; }
span { border-color: rgb(218,255,138); }
td.TdClassName
{
border-color: #DAFF8A;
}
.TagClassName
{
border-color: #DAFF8A;
}
</style>