Shades of Sulu #DAFF83
Tints of Sulu #DAFF83
RGB
CMYK
RGB Variations
Color information
#DAFF83 (or 0xDAFF83) is known color: Sulu. HEX triplet: DA, FF and 83. RGB value is (218,255,131). Sum of RGB (Red+Green+Blue) = 218+255+131=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF83 is #25007C. Grayscale: #E6E6E6. Windows color (decimal): -2424957 or 8650714. OLE color: 8650714.
HSL color Cylindrical-coordinate representation of color #DAFF83: hue angle of 77.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFF83 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 131 | - |
| CMYK | 0.15 | 0 | 0.49 | 0 |
| HSL | 77.9º | 1% | 0.76% | - |
| HSV(B) | 77.9º | 0.49% | 1% | - |
| XYZ | 68.77 | 88.06 | 34.85 | - |
| YUV | 229.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 131 | 0.15 | 0 | 0.49 | 0 | 77.9 | 1 | 0.76 |
| Hex | DA | FF | 83 | F | 0 | 31 | 0 | 4E | 64 | 4C |
| Octal | 332 | 377 | 203 | 17 | 0 | 61 | 0 | 116 | 144 | 114 |
| Binary | 11011010 | 11111111 | 10000011 | 1111 | 0 | 110001 | 0 | 1001110 | 1100100 | 1001100 |
Color Harmonies of #DAFF83
Complementary color
Monochromatic Colors of #DAFF83
Black with #DAFF83
Text Example
Text Example
White with #DAFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF83; }
p { color: rgb(218,255,131); }
H1.HeaderClassName
{
color: #DAFF83;
}
.AnyTagClassName
{
color: #DAFF83;
}
</style>
background-color css
<style>
a { background-color: #DAFF83; }
a { background-color: rgb(218,255,131); }
div.DivClassName
{
background-color: #DAFF83;
}
.BgClassName
{
background-color: #DAFF83;
}
</style>
border-color css
<style>
span { border-color: #DAFF83; }
span { border-color: rgb(218,255,131); }
td.TdClassName
{
border-color: #DAFF83;
}
.TagClassName
{
border-color: #DAFF83;
}
</style>