Shades of Sulu #D1FC86
Tints of Sulu #D1FC86
RGB
CMYK
RGB Variations
Color information
#D1FC86 (or 0xD1FC86) is known color: Sulu. HEX triplet: D1, FC and 86. RGB value is (209,252,134). Sum of RGB (Red+Green+Blue) = 209+252+134=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FC86 is #2E0379. Grayscale: #E2E2E2. Windows color (decimal): -3015546 or 8846545. OLE color: 8846545.
HSL color Cylindrical-coordinate representation of color #D1FC86: hue angle of 81.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1FC86 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 134 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.01 |
| HSL | 81.86º | 0.95% | 0.76% | - |
| HSV(B) | 81.86º | 0.47% | 0.99% | - |
| XYZ | 65.41 | 84.9 | 35.49 | - |
| YUV | 225.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 134 | 0.17 | 0 | 0.47 | 0.01 | 81.86 | 0.95 | 0.76 |
| Hex | D1 | FC | 86 | 11 | 0 | 2F | 1 | 52 | 5F | 4C |
| Octal | 321 | 374 | 206 | 21 | 0 | 57 | 1 | 122 | 137 | 114 |
| Binary | 11010001 | 11111100 | 10000110 | 10001 | 0 | 101111 | 1 | 1010010 | 1011111 | 1001100 |
Color Harmonies of #D1FC86
Complementary color
Monochromatic Colors of #D1FC86
Black with #D1FC86
Text Example
Text Example
White with #D1FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC86; }
p { color: rgb(209,252,134); }
H1.HeaderClassName
{
color: #D1FC86;
}
.AnyTagClassName
{
color: #D1FC86;
}
</style>
background-color css
<style>
a { background-color: #D1FC86; }
a { background-color: rgb(209,252,134); }
div.DivClassName
{
background-color: #D1FC86;
}
.BgClassName
{
background-color: #D1FC86;
}
</style>
border-color css
<style>
span { border-color: #D1FC86; }
span { border-color: rgb(209,252,134); }
td.TdClassName
{
border-color: #D1FC86;
}
.TagClassName
{
border-color: #D1FC86;
}
</style>