Shades of Sulu #D2FC86
Tints of Sulu #D2FC86
RGB
CMYK
RGB Variations
Color information
#D2FC86 (or 0xD2FC86) is known color: Sulu. HEX triplet: D2, FC and 86. RGB value is (210,252,134). Sum of RGB (Red+Green+Blue) = 210+252+134=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FC86 is #2D0379. Grayscale: #E2E2E2. Windows color (decimal): -2950010 or 8846546. OLE color: 8846546.
HSL color Cylindrical-coordinate representation of color #D2FC86: hue angle of 81.36º 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 #D2FC86 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 134 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.01 |
| HSL | 81.36º | 0.95% | 0.76% | - |
| HSV(B) | 81.36º | 0.47% | 0.99% | - |
| XYZ | 65.69 | 85.04 | 35.51 | - |
| YUV | 225.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 134 | 0.17 | 0 | 0.47 | 0.01 | 81.36 | 0.95 | 0.76 |
| Hex | D2 | FC | 86 | 11 | 0 | 2F | 1 | 51 | 5F | 4C |
| Octal | 322 | 374 | 206 | 21 | 0 | 57 | 1 | 121 | 137 | 114 |
| Binary | 11010010 | 11111100 | 10000110 | 10001 | 0 | 101111 | 1 | 1010001 | 1011111 | 1001100 |
Color Harmonies of #D2FC86
Complementary color
Monochromatic Colors of #D2FC86
Black with #D2FC86
Text Example
Text Example
White with #D2FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC86; }
p { color: rgb(210,252,134); }
H1.HeaderClassName
{
color: #D2FC86;
}
.AnyTagClassName
{
color: #D2FC86;
}
</style>
background-color css
<style>
a { background-color: #D2FC86; }
a { background-color: rgb(210,252,134); }
div.DivClassName
{
background-color: #D2FC86;
}
.BgClassName
{
background-color: #D2FC86;
}
</style>
border-color css
<style>
span { border-color: #D2FC86; }
span { border-color: rgb(210,252,134); }
td.TdClassName
{
border-color: #D2FC86;
}
.TagClassName
{
border-color: #D2FC86;
}
</style>