Shades of Sulu #D0FB86
Tints of Sulu #D0FB86
RGB
CMYK
RGB Variations
Color information
#D0FB86 (or 0xD0FB86) is known color: Sulu. HEX triplet: D0, FB and 86. RGB value is (208,251,134). Sum of RGB (Red+Green+Blue) = 208+251+134=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB86 is #2F0479. Grayscale: #E1E1E1. Windows color (decimal): -3081338 or 8846288. OLE color: 8846288.
HSL color Cylindrical-coordinate representation of color #D0FB86: hue angle of 82.05º 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 #D0FB86 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 134 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.02 |
| HSL | 82.05º | 0.94% | 0.75% | - |
| HSV(B) | 82.05º | 0.47% | 0.98% | - |
| XYZ | 64.81 | 84.13 | 35.38 | - |
| YUV | 224.81 | 76.75 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 134 | 0.17 | 0 | 0.47 | 0.02 | 82.05 | 0.94 | 0.75 |
| Hex | D0 | FB | 86 | 11 | 0 | 2F | 2 | 52 | 5E | 4B |
| Octal | 320 | 373 | 206 | 21 | 0 | 57 | 2 | 122 | 136 | 113 |
| Binary | 11010000 | 11111011 | 10000110 | 10001 | 0 | 101111 | 10 | 1010010 | 1011110 | 1001011 |
Color Harmonies of #D0FB86
Complementary color
Monochromatic Colors of #D0FB86
Black with #D0FB86
Text Example
Text Example
White with #D0FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB86; }
p { color: rgb(208,251,134); }
H1.HeaderClassName
{
color: #D0FB86;
}
.AnyTagClassName
{
color: #D0FB86;
}
</style>
background-color css
<style>
a { background-color: #D0FB86; }
a { background-color: rgb(208,251,134); }
div.DivClassName
{
background-color: #D0FB86;
}
.BgClassName
{
background-color: #D0FB86;
}
</style>
border-color css
<style>
span { border-color: #D0FB86; }
span { border-color: rgb(208,251,134); }
td.TdClassName
{
border-color: #D0FB86;
}
.TagClassName
{
border-color: #D0FB86;
}
</style>