Shades of Sulu #DCFF86
Tints of Sulu #DCFF86
RGB
CMYK
RGB Variations
Color information
#DCFF86 (or 0xDCFF86) is known color: Sulu. HEX triplet: DC, FF and 86. RGB value is (220,255,134). Sum of RGB (Red+Green+Blue) = 220+255+134=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF86 is #230079. Grayscale: #E7E7E7. Windows color (decimal): -2293882 or 8847324. OLE color: 8847324.
HSL color Cylindrical-coordinate representation of color #DCFF86: hue angle of 77.36º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCFF86 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 134 | - |
| CMYK | 0.14 | 0 | 0.47 | 0 |
| HSL | 77.36º | 1% | 0.76% | - |
| HSV(B) | 77.36º | 0.47% | 1% | - |
| XYZ | 69.58 | 88.46 | 35.96 | - |
| YUV | 230.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 134 | 0.14 | 0 | 0.47 | 0 | 77.36 | 1 | 0.76 |
| Hex | DC | FF | 86 | E | 0 | 2F | 0 | 4D | 64 | 4C |
| Octal | 334 | 377 | 206 | 16 | 0 | 57 | 0 | 115 | 144 | 114 |
| Binary | 11011100 | 11111111 | 10000110 | 1110 | 0 | 101111 | 0 | 1001101 | 1100100 | 1001100 |
Color Harmonies of #DCFF86
Complementary color
Monochromatic Colors of #DCFF86
Black with #DCFF86
Text Example
Text Example
White with #DCFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF86; }
p { color: rgb(220,255,134); }
H1.HeaderClassName
{
color: #DCFF86;
}
.AnyTagClassName
{
color: #DCFF86;
}
</style>
background-color css
<style>
a { background-color: #DCFF86; }
a { background-color: rgb(220,255,134); }
div.DivClassName
{
background-color: #DCFF86;
}
.BgClassName
{
background-color: #DCFF86;
}
</style>
border-color css
<style>
span { border-color: #DCFF86; }
span { border-color: rgb(220,255,134); }
td.TdClassName
{
border-color: #DCFF86;
}
.TagClassName
{
border-color: #DCFF86;
}
</style>