Shades of Sulu #D1FB86
Tints of Sulu #D1FB86
RGB
CMYK
RGB Variations
Color information
#D1FB86 (or 0xD1FB86) is known color: Sulu. HEX triplet: D1, FB and 86. RGB value is (209,251,134). Sum of RGB (Red+Green+Blue) = 209+251+134=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB86 is #2E0479. Grayscale: #E1E1E1. Windows color (decimal): -3015802 or 8846289. OLE color: 8846289.
HSL color Cylindrical-coordinate representation of color #D1FB86: hue angle of 81.54º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1FB86 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 134 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.02 |
| HSL | 81.54º | 0.94% | 0.75% | - |
| HSV(B) | 81.54º | 0.47% | 0.98% | - |
| XYZ | 65.09 | 84.27 | 35.39 | - |
| YUV | 225.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 134 | 0.17 | 0 | 0.47 | 0.02 | 81.54 | 0.94 | 0.75 |
| Hex | D1 | FB | 86 | 11 | 0 | 2F | 2 | 52 | 5E | 4B |
| Octal | 321 | 373 | 206 | 21 | 0 | 57 | 2 | 122 | 136 | 113 |
| Binary | 11010001 | 11111011 | 10000110 | 10001 | 0 | 101111 | 10 | 1010010 | 1011110 | 1001011 |
Color Harmonies of #D1FB86
Complementary color
Monochromatic Colors of #D1FB86
Black with #D1FB86
Text Example
Text Example
White with #D1FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB86; }
p { color: rgb(209,251,134); }
H1.HeaderClassName
{
color: #D1FB86;
}
.AnyTagClassName
{
color: #D1FB86;
}
</style>
background-color css
<style>
a { background-color: #D1FB86; }
a { background-color: rgb(209,251,134); }
div.DivClassName
{
background-color: #D1FB86;
}
.BgClassName
{
background-color: #D1FB86;
}
</style>
border-color css
<style>
span { border-color: #D1FB86; }
span { border-color: rgb(209,251,134); }
td.TdClassName
{
border-color: #D1FB86;
}
.TagClassName
{
border-color: #D1FB86;
}
</style>