Shades of Sulu #D3FC86
Tints of Sulu #D3FC86
RGB
CMYK
RGB Variations
Color information
#D3FC86 (or 0xD3FC86) is known color: Sulu. HEX triplet: D3, FC and 86. RGB value is (211,252,134). Sum of RGB (Red+Green+Blue) = 211+252+134=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FC86 is #2C0379. Grayscale: #E2E2E2. Windows color (decimal): -2884474 or 8846547. OLE color: 8846547.
HSL color Cylindrical-coordinate representation of color #D3FC86: hue angle of 80.85º 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 #D3FC86 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 134 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.01 |
| HSL | 80.85º | 0.95% | 0.76% | - |
| HSV(B) | 80.85º | 0.47% | 0.99% | - |
| XYZ | 65.98 | 85.19 | 35.52 | - |
| YUV | 226.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 134 | 0.16 | 0 | 0.47 | 0.01 | 80.85 | 0.95 | 0.76 |
| Hex | D3 | FC | 86 | 10 | 0 | 2F | 1 | 51 | 5F | 4C |
| Octal | 323 | 374 | 206 | 20 | 0 | 57 | 1 | 121 | 137 | 114 |
| Binary | 11010011 | 11111100 | 10000110 | 10000 | 0 | 101111 | 1 | 1010001 | 1011111 | 1001100 |
Color Harmonies of #D3FC86
Complementary color
Monochromatic Colors of #D3FC86
Black with #D3FC86
Text Example
Text Example
White with #D3FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC86; }
p { color: rgb(211,252,134); }
H1.HeaderClassName
{
color: #D3FC86;
}
.AnyTagClassName
{
color: #D3FC86;
}
</style>
background-color css
<style>
a { background-color: #D3FC86; }
a { background-color: rgb(211,252,134); }
div.DivClassName
{
background-color: #D3FC86;
}
.BgClassName
{
background-color: #D3FC86;
}
</style>
border-color css
<style>
span { border-color: #D3FC86; }
span { border-color: rgb(211,252,134); }
td.TdClassName
{
border-color: #D3FC86;
}
.TagClassName
{
border-color: #D3FC86;
}
</style>