Shades of Reef #DAEF90
Tints of Reef #DAEF90
RGB
CMYK
RGB Variations
Color information
#DAEF90 (or 0xDAEF90) is known color: Reef. HEX triplet: DA, EF and 90. RGB value is (218,239,144). Sum of RGB (Red+Green+Blue) = 218+239+144=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEF90 is #25106F. Grayscale: #DEDEDE. Windows color (decimal): -2429040 or 9498586. OLE color: 9498586.
HSL color Cylindrical-coordinate representation of color #DAEF90: hue angle of 73.26º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAEF90 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 144 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.06 |
| HSL | 73.26º | 0.75% | 0.75% | - |
| HSV(B) | 73.26º | 0.4% | 0.94% | - |
| XYZ | 64.81 | 78.65 | 38.15 | - |
| YUV | 221.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 144 | 0.09 | 0 | 0.40 | 0.06 | 73.26 | 0.75 | 0.75 |
| Hex | DA | EF | 90 | 9 | 0 | 28 | 6 | 49 | 4B | 4B |
| Octal | 332 | 357 | 220 | 11 | 0 | 50 | 6 | 111 | 113 | 113 |
| Binary | 11011010 | 11101111 | 10010000 | 1001 | 0 | 101000 | 110 | 1001001 | 1001011 | 1001011 |
Color Harmonies of #DAEF90
Complementary color
Monochromatic Colors of #DAEF90
Black with #DAEF90
Text Example
Text Example
White with #DAEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF90; }
p { color: rgb(218,239,144); }
H1.HeaderClassName
{
color: #DAEF90;
}
.AnyTagClassName
{
color: #DAEF90;
}
</style>
background-color css
<style>
a { background-color: #DAEF90; }
a { background-color: rgb(218,239,144); }
div.DivClassName
{
background-color: #DAEF90;
}
.BgClassName
{
background-color: #DAEF90;
}
</style>
border-color css
<style>
span { border-color: #DAEF90; }
span { border-color: rgb(218,239,144); }
td.TdClassName
{
border-color: #DAEF90;
}
.TagClassName
{
border-color: #DAEF90;
}
</style>