Shades of Reef #DAFF93
Tints of Reef #DAFF93
RGB
CMYK
RGB Variations
Color information
#DAFF93 (or 0xDAFF93) is known color: Reef. HEX triplet: DA, FF and 93. RGB value is (218,255,147). Sum of RGB (Red+Green+Blue) = 218+255+147=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF93 is #25006C. Grayscale: #E8E8E8. Windows color (decimal): -2424941 or 9699290. OLE color: 9699290.
HSL color Cylindrical-coordinate representation of color #DAFF93: hue angle of 80.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAFF93 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 147 | - |
| CMYK | 0.15 | 0 | 0.42 | 0 |
| HSL | 80.56º | 1% | 0.79% | - |
| HSV(B) | 80.56º | 0.42% | 1% | - |
| XYZ | 69.94 | 88.53 | 41.01 | - |
| YUV | 231.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 147 | 0.15 | 0 | 0.42 | 0 | 80.56 | 1 | 0.79 |
| Hex | DA | FF | 93 | F | 0 | 2A | 0 | 51 | 64 | 4F |
| Octal | 332 | 377 | 223 | 17 | 0 | 52 | 0 | 121 | 144 | 117 |
| Binary | 11011010 | 11111111 | 10010011 | 1111 | 0 | 101010 | 0 | 1010001 | 1100100 | 1001111 |
Color Harmonies of #DAFF93
Complementary color
Monochromatic Colors of #DAFF93
Black with #DAFF93
Text Example
Text Example
White with #DAFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF93; }
p { color: rgb(218,255,147); }
H1.HeaderClassName
{
color: #DAFF93;
}
.AnyTagClassName
{
color: #DAFF93;
}
</style>
background-color css
<style>
a { background-color: #DAFF93; }
a { background-color: rgb(218,255,147); }
div.DivClassName
{
background-color: #DAFF93;
}
.BgClassName
{
background-color: #DAFF93;
}
</style>
border-color css
<style>
span { border-color: #DAFF93; }
span { border-color: rgb(218,255,147); }
td.TdClassName
{
border-color: #DAFF93;
}
.TagClassName
{
border-color: #DAFF93;
}
</style>