Shades of Sulu #D9FF86
Tints of Sulu #D9FF86
RGB
CMYK
RGB Variations
Color information
#D9FF86 (or 0xD9FF86) is known color: Sulu. HEX triplet: D9, FF and 86. RGB value is (217,255,134). Sum of RGB (Red+Green+Blue) = 217+255+134=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF86 is #260079. Grayscale: #E6E6E6. Windows color (decimal): -2490490 or 8847321. OLE color: 8847321.
HSL color Cylindrical-coordinate representation of color #D9FF86: hue angle of 78.84º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9FF86 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 134 | - |
| CMYK | 0.15 | 0 | 0.47 | 0 |
| HSL | 78.84º | 1% | 0.76% | - |
| HSV(B) | 78.84º | 0.47% | 1% | - |
| XYZ | 68.68 | 87.99 | 35.92 | - |
| YUV | 229.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 134 | 0.15 | 0 | 0.47 | 0 | 78.84 | 1 | 0.76 |
| Hex | D9 | FF | 86 | F | 0 | 2F | 0 | 4F | 64 | 4C |
| Octal | 331 | 377 | 206 | 17 | 0 | 57 | 0 | 117 | 144 | 114 |
| Binary | 11011001 | 11111111 | 10000110 | 1111 | 0 | 101111 | 0 | 1001111 | 1100100 | 1001100 |
Color Harmonies of #D9FF86
Complementary color
Monochromatic Colors of #D9FF86
Black with #D9FF86
Text Example
Text Example
White with #D9FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF86; }
p { color: rgb(217,255,134); }
H1.HeaderClassName
{
color: #D9FF86;
}
.AnyTagClassName
{
color: #D9FF86;
}
</style>
background-color css
<style>
a { background-color: #D9FF86; }
a { background-color: rgb(217,255,134); }
div.DivClassName
{
background-color: #D9FF86;
}
.BgClassName
{
background-color: #D9FF86;
}
</style>
border-color css
<style>
span { border-color: #D9FF86; }
span { border-color: rgb(217,255,134); }
td.TdClassName
{
border-color: #D9FF86;
}
.TagClassName
{
border-color: #D9FF86;
}
</style>