Shades of Sulu #DAFE86
Tints of Sulu #DAFE86
RGB
CMYK
RGB Variations
Color information
#DAFE86 (or 0xDAFE86) is known color: Sulu. HEX triplet: DA, FE and 86. RGB value is (218,254,134). Sum of RGB (Red+Green+Blue) = 218+254+134=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE86 is #250179. Grayscale: #E6E6E6. Windows color (decimal): -2425210 or 8847066. OLE color: 8847066.
HSL color Cylindrical-coordinate representation of color #DAFE86: hue angle of 78º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAFE86 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 134 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.00 |
| HSL | 78º | 0.98% | 0.76% | - |
| HSV(B) | 78º | 0.47% | 1% | - |
| XYZ | 68.66 | 87.51 | 35.83 | - |
| YUV | 229.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 134 | 0.14 | 0 | 0.47 | 0.00 | 78 | 0.98 | 0.76 |
| Hex | DA | FE | 86 | E | 0 | 2F | 0 | 4E | 62 | 4C |
| Octal | 332 | 376 | 206 | 16 | 0 | 57 | 0 | 116 | 142 | 114 |
| Binary | 11011010 | 11111110 | 10000110 | 1110 | 0 | 101111 | 0 | 1001110 | 1100010 | 1001100 |
Color Harmonies of #DAFE86
Complementary color
Monochromatic Colors of #DAFE86
Black with #DAFE86
Text Example
Text Example
White with #DAFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE86; }
p { color: rgb(218,254,134); }
H1.HeaderClassName
{
color: #DAFE86;
}
.AnyTagClassName
{
color: #DAFE86;
}
</style>
background-color css
<style>
a { background-color: #DAFE86; }
a { background-color: rgb(218,254,134); }
div.DivClassName
{
background-color: #DAFE86;
}
.BgClassName
{
background-color: #DAFE86;
}
</style>
border-color css
<style>
span { border-color: #DAFE86; }
span { border-color: rgb(218,254,134); }
td.TdClassName
{
border-color: #DAFE86;
}
.TagClassName
{
border-color: #DAFE86;
}
</style>