Shades of Sulu #DAF487
Tints of Sulu #DAF487
RGB
CMYK
RGB Variations
Color information
#DAF487 (or 0xDAF487) is known color: Sulu. HEX triplet: DA, F4 and 87. RGB value is (218,244,135). Sum of RGB (Red+Green+Blue) = 218+244+135=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF487 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF487 is #250B78. Grayscale: #E0E0E0. Windows color (decimal): -2427769 or 8910042. OLE color: 8910042.
HSL color Cylindrical-coordinate representation of color #DAF487: hue angle of 74.31º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAF487 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 135 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.04 |
| HSL | 74.31º | 0.83% | 0.74% | - |
| HSV(B) | 74.31º | 0.45% | 0.96% | - |
| XYZ | 65.64 | 81.36 | 35.17 | - |
| YUV | 223.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 135 | 0.11 | 0 | 0.45 | 0.04 | 74.31 | 0.83 | 0.74 |
| Hex | DA | F4 | 87 | B | 0 | 2D | 4 | 4A | 53 | 4A |
| Octal | 332 | 364 | 207 | 13 | 0 | 55 | 4 | 112 | 123 | 112 |
| Binary | 11011010 | 11110100 | 10000111 | 1011 | 0 | 101101 | 100 | 1001010 | 1010011 | 1001010 |
Color Harmonies of #DAF487
Complementary color
Monochromatic Colors of #DAF487
Black with #DAF487
Text Example
Text Example
White with #DAF487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF487; }
p { color: rgb(218,244,135); }
H1.HeaderClassName
{
color: #DAF487;
}
.AnyTagClassName
{
color: #DAF487;
}
</style>
background-color css
<style>
a { background-color: #DAF487; }
a { background-color: rgb(218,244,135); }
div.DivClassName
{
background-color: #DAF487;
}
.BgClassName
{
background-color: #DAF487;
}
</style>
border-color css
<style>
span { border-color: #DAF487; }
span { border-color: rgb(218,244,135); }
td.TdClassName
{
border-color: #DAF487;
}
.TagClassName
{
border-color: #DAF487;
}
</style>