Shades of Sulu #DAF089
Tints of Sulu #DAF089
RGB
CMYK
RGB Variations
Color information
#DAF089 (or 0xDAF089) is known color: Sulu. HEX triplet: DA, F0 and 89. RGB value is (218,240,137). Sum of RGB (Red+Green+Blue) = 218+240+137=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF089 is #250F76. Grayscale: #DEDEDE. Windows color (decimal): -2428791 or 9040090. OLE color: 9040090.
HSL color Cylindrical-coordinate representation of color #DAF089: hue angle of 72.82º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF089 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 137 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.06 |
| HSL | 72.82º | 0.77% | 0.74% | - |
| HSV(B) | 72.82º | 0.43% | 0.94% | - |
| XYZ | 64.59 | 79.03 | 35.52 | - |
| YUV | 221.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 137 | 0.09 | 0 | 0.43 | 0.06 | 72.82 | 0.77 | 0.74 |
| Hex | DA | F0 | 89 | 9 | 0 | 2B | 6 | 49 | 4D | 4A |
| Octal | 332 | 360 | 211 | 11 | 0 | 53 | 6 | 111 | 115 | 112 |
| Binary | 11011010 | 11110000 | 10001001 | 1001 | 0 | 101011 | 110 | 1001001 | 1001101 | 1001010 |
Color Harmonies of #DAF089
Complementary color
Monochromatic Colors of #DAF089
Black with #DAF089
Text Example
Text Example
White with #DAF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF089; }
p { color: rgb(218,240,137); }
H1.HeaderClassName
{
color: #DAF089;
}
.AnyTagClassName
{
color: #DAF089;
}
</style>
background-color css
<style>
a { background-color: #DAF089; }
a { background-color: rgb(218,240,137); }
div.DivClassName
{
background-color: #DAF089;
}
.BgClassName
{
background-color: #DAF089;
}
</style>
border-color css
<style>
span { border-color: #DAF089; }
span { border-color: rgb(218,240,137); }
td.TdClassName
{
border-color: #DAF089;
}
.TagClassName
{
border-color: #DAF089;
}
</style>