Shades of Sulu #DAFF80
Tints of Sulu #DAFF80
RGB
CMYK
RGB Variations
Color information
#DAFF80 (or 0xDAFF80) is known color: Sulu. HEX triplet: DA, FF and 80. RGB value is (218,255,128). Sum of RGB (Red+Green+Blue) = 218+255+128=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF80 is #25007F. Grayscale: #E5E5E5. Windows color (decimal): -2424960 or 8454106. OLE color: 8454106.
HSL color Cylindrical-coordinate representation of color #DAFF80: hue angle of 77.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFF80 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 128 | - |
| CMYK | 0.15 | 0 | 0.50 | 0 |
| HSL | 77.48º | 1% | 0.75% | - |
| HSV(B) | 77.48º | 0.5% | 1% | - |
| XYZ | 68.57 | 87.98 | 33.79 | - |
| YUV | 229.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 128 | 0.15 | 0 | 0.50 | 0 | 77.48 | 1 | 0.75 |
| Hex | DA | FF | 80 | F | 0 | 32 | 0 | 4D | 64 | 4B |
| Octal | 332 | 377 | 200 | 17 | 0 | 62 | 0 | 115 | 144 | 113 |
| Binary | 11011010 | 11111111 | 10000000 | 1111 | 0 | 110010 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DAFF80
Complementary color
Monochromatic Colors of #DAFF80
Black with #DAFF80
Text Example
Text Example
White with #DAFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF80; }
p { color: rgb(218,255,128); }
H1.HeaderClassName
{
color: #DAFF80;
}
.AnyTagClassName
{
color: #DAFF80;
}
</style>
background-color css
<style>
a { background-color: #DAFF80; }
a { background-color: rgb(218,255,128); }
div.DivClassName
{
background-color: #DAFF80;
}
.BgClassName
{
background-color: #DAFF80;
}
</style>
border-color css
<style>
span { border-color: #DAFF80; }
span { border-color: rgb(218,255,128); }
td.TdClassName
{
border-color: #DAFF80;
}
.TagClassName
{
border-color: #DAFF80;
}
</style>