Shades of Reef #DAF490
Tints of Reef #DAF490
RGB
CMYK
RGB Variations
Color information
#DAF490 (or 0xDAF490) is known color: Reef. HEX triplet: DA, F4 and 90. RGB value is (218,244,144). Sum of RGB (Red+Green+Blue) = 218+244+144=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF490 is #250B6F. Grayscale: #E1E1E1. Windows color (decimal): -2427760 or 9499866. OLE color: 9499866.
HSL color Cylindrical-coordinate representation of color #DAF490: hue angle of 75.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF490 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 144 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.04 |
| HSL | 75.6º | 0.82% | 0.76% | - |
| HSV(B) | 75.6º | 0.41% | 0.96% | - |
| XYZ | 66.3 | 81.62 | 38.65 | - |
| YUV | 224.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 144 | 0.11 | 0 | 0.41 | 0.04 | 75.6 | 0.82 | 0.76 |
| Hex | DA | F4 | 90 | B | 0 | 29 | 4 | 4C | 52 | 4C |
| Octal | 332 | 364 | 220 | 13 | 0 | 51 | 4 | 114 | 122 | 114 |
| Binary | 11011010 | 11110100 | 10010000 | 1011 | 0 | 101001 | 100 | 1001100 | 1010010 | 1001100 |
Color Harmonies of #DAF490
Complementary color
Monochromatic Colors of #DAF490
Black with #DAF490
Text Example
Text Example
White with #DAF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF490; }
p { color: rgb(218,244,144); }
H1.HeaderClassName
{
color: #DAF490;
}
.AnyTagClassName
{
color: #DAF490;
}
</style>
background-color css
<style>
a { background-color: #DAF490; }
a { background-color: rgb(218,244,144); }
div.DivClassName
{
background-color: #DAF490;
}
.BgClassName
{
background-color: #DAF490;
}
</style>
border-color css
<style>
span { border-color: #DAF490; }
span { border-color: rgb(218,244,144); }
td.TdClassName
{
border-color: #DAF490;
}
.TagClassName
{
border-color: #DAF490;
}
</style>