Shades of Reef #DAF090
Tints of Reef #DAF090
RGB
CMYK
RGB Variations
Color information
#DAF090 (or 0xDAF090) is known color: Reef. HEX triplet: DA, F0 and 90. RGB value is (218,240,144). Sum of RGB (Red+Green+Blue) = 218+240+144=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF090 is #250F6F. Grayscale: #DEDEDE. Windows color (decimal): -2428784 or 9498842. OLE color: 9498842.
HSL color Cylindrical-coordinate representation of color #DAF090: hue angle of 73.75º degrees, saturation: 0.76, 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 #DAF090 is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 144 | - |
| CMYK | 0.09 | 0 | 0.4 | 0.06 |
| HSL | 73.75º | 0.76% | 0.75% | - |
| HSV(B) | 73.75º | 0.4% | 0.94% | - |
| XYZ | 65.11 | 79.24 | 38.25 | - |
| YUV | 222.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 144 | 0.09 | 0 | 0.4 | 0.06 | 73.75 | 0.76 | 0.75 |
| Hex | DA | F0 | 90 | 9 | 0 | 28 | 6 | 4A | 4C | 4B |
| Octal | 332 | 360 | 220 | 11 | 0 | 50 | 6 | 112 | 114 | 113 |
| Binary | 11011010 | 11110000 | 10010000 | 1001 | 0 | 101000 | 110 | 1001010 | 1001100 | 1001011 |
Color Harmonies of #DAF090
Complementary color
Monochromatic Colors of #DAF090
Black with #DAF090
Text Example
Text Example
White with #DAF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF090; }
p { color: rgb(218,240,144); }
H1.HeaderClassName
{
color: #DAF090;
}
.AnyTagClassName
{
color: #DAF090;
}
</style>
background-color css
<style>
a { background-color: #DAF090; }
a { background-color: rgb(218,240,144); }
div.DivClassName
{
background-color: #DAF090;
}
.BgClassName
{
background-color: #DAF090;
}
</style>
border-color css
<style>
span { border-color: #DAF090; }
span { border-color: rgb(218,240,144); }
td.TdClassName
{
border-color: #DAF090;
}
.TagClassName
{
border-color: #DAF090;
}
</style>