Shades of Sulu #D2FD86
Tints of Sulu #D2FD86
RGB
CMYK
RGB Variations
Color information
#D2FD86 (or 0xD2FD86) is known color: Sulu. HEX triplet: D2, FD and 86. RGB value is (210,253,134). Sum of RGB (Red+Green+Blue) = 210+253+134=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FD86 is #2D0279. Grayscale: #E3E3E3. Windows color (decimal): -2949754 or 8846802. OLE color: 8846802.
HSL color Cylindrical-coordinate representation of color #D2FD86: hue angle of 81.68º degrees, saturation: 0.97, 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 #D2FD86 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 134 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.01 |
| HSL | 81.68º | 0.97% | 0.76% | - |
| HSV(B) | 81.68º | 0.47% | 0.99% | - |
| XYZ | 66.01 | 85.67 | 35.61 | - |
| YUV | 226.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 134 | 0.17 | 0 | 0.47 | 0.01 | 81.68 | 0.97 | 0.76 |
| Hex | D2 | FD | 86 | 11 | 0 | 2F | 1 | 52 | 61 | 4C |
| Octal | 322 | 375 | 206 | 21 | 0 | 57 | 1 | 122 | 141 | 114 |
| Binary | 11010010 | 11111101 | 10000110 | 10001 | 0 | 101111 | 1 | 1010010 | 1100001 | 1001100 |
Color Harmonies of #D2FD86
Complementary color
Monochromatic Colors of #D2FD86
Black with #D2FD86
Text Example
Text Example
White with #D2FD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD86; }
p { color: rgb(210,253,134); }
H1.HeaderClassName
{
color: #D2FD86;
}
.AnyTagClassName
{
color: #D2FD86;
}
</style>
background-color css
<style>
a { background-color: #D2FD86; }
a { background-color: rgb(210,253,134); }
div.DivClassName
{
background-color: #D2FD86;
}
.BgClassName
{
background-color: #D2FD86;
}
</style>
border-color css
<style>
span { border-color: #D2FD86; }
span { border-color: rgb(210,253,134); }
td.TdClassName
{
border-color: #D2FD86;
}
.TagClassName
{
border-color: #D2FD86;
}
</style>