Shades of Sulu #DAFF82
Tints of Sulu #DAFF82
RGB
CMYK
RGB Variations
Color information
#DAFF82 (or 0xDAFF82) is known color: Sulu. HEX triplet: DA, FF and 82. RGB value is (218,255,130). Sum of RGB (Red+Green+Blue) = 218+255+130=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF82 is #25007D. Grayscale: #E6E6E6. Windows color (decimal): -2424958 or 8585178. OLE color: 8585178.
HSL color Cylindrical-coordinate representation of color #DAFF82: hue angle of 77.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFF82 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 130 | - |
| CMYK | 0.15 | 0 | 0.49 | 0 |
| HSL | 77.76º | 1% | 0.75% | - |
| HSV(B) | 77.76º | 0.49% | 1% | - |
| XYZ | 68.7 | 88.04 | 34.49 | - |
| YUV | 229.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 130 | 0.15 | 0 | 0.49 | 0 | 77.76 | 1 | 0.75 |
| Hex | DA | FF | 82 | F | 0 | 31 | 0 | 4E | 64 | 4B |
| Octal | 332 | 377 | 202 | 17 | 0 | 61 | 0 | 116 | 144 | 113 |
| Binary | 11011010 | 11111111 | 10000010 | 1111 | 0 | 110001 | 0 | 1001110 | 1100100 | 1001011 |
Color Harmonies of #DAFF82
Complementary color
Monochromatic Colors of #DAFF82
Black with #DAFF82
Text Example
Text Example
White with #DAFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF82; }
p { color: rgb(218,255,130); }
H1.HeaderClassName
{
color: #DAFF82;
}
.AnyTagClassName
{
color: #DAFF82;
}
</style>
background-color css
<style>
a { background-color: #DAFF82; }
a { background-color: rgb(218,255,130); }
div.DivClassName
{
background-color: #DAFF82;
}
.BgClassName
{
background-color: #DAFF82;
}
</style>
border-color css
<style>
span { border-color: #DAFF82; }
span { border-color: rgb(218,255,130); }
td.TdClassName
{
border-color: #DAFF82;
}
.TagClassName
{
border-color: #DAFF82;
}
</style>