Shades of Sulu #DAFF84
Tints of Sulu #DAFF84
RGB
CMYK
RGB Variations
Color information
#DAFF84 (or 0xDAFF84) is known color: Sulu. HEX triplet: DA, FF and 84. RGB value is (218,255,132). Sum of RGB (Red+Green+Blue) = 218+255+132=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF84 is #25007B. Grayscale: #E6E6E6. Windows color (decimal): -2424956 or 8716250. OLE color: 8716250.
HSL color Cylindrical-coordinate representation of color #DAFF84: hue angle of 78.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAFF84 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 132 | - |
| CMYK | 0.15 | 0 | 0.48 | 0 |
| HSL | 78.05º | 1% | 0.76% | - |
| HSV(B) | 78.05º | 0.48% | 1% | - |
| XYZ | 68.84 | 88.09 | 35.2 | - |
| YUV | 229.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 132 | 0.15 | 0 | 0.48 | 0 | 78.05 | 1 | 0.76 |
| Hex | DA | FF | 84 | F | 0 | 30 | 0 | 4E | 64 | 4C |
| Octal | 332 | 377 | 204 | 17 | 0 | 60 | 0 | 116 | 144 | 114 |
| Binary | 11011010 | 11111111 | 10000100 | 1111 | 0 | 110000 | 0 | 1001110 | 1100100 | 1001100 |
Color Harmonies of #DAFF84
Complementary color
Monochromatic Colors of #DAFF84
Black with #DAFF84
Text Example
Text Example
White with #DAFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF84; }
p { color: rgb(218,255,132); }
H1.HeaderClassName
{
color: #DAFF84;
}
.AnyTagClassName
{
color: #DAFF84;
}
</style>
background-color css
<style>
a { background-color: #DAFF84; }
a { background-color: rgb(218,255,132); }
div.DivClassName
{
background-color: #DAFF84;
}
.BgClassName
{
background-color: #DAFF84;
}
</style>
border-color css
<style>
span { border-color: #DAFF84; }
span { border-color: rgb(218,255,132); }
td.TdClassName
{
border-color: #DAFF84;
}
.TagClassName
{
border-color: #DAFF84;
}
</style>