Shades of Sulu #DCFD86
Tints of Sulu #DCFD86
RGB
CMYK
RGB Variations
Color information
#DCFD86 (or 0xDCFD86) is known color: Sulu. HEX triplet: DC, FD and 86. RGB value is (220,253,134). Sum of RGB (Red+Green+Blue) = 220+253+134=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD86 is #230279. Grayscale: #E6E6E6. Windows color (decimal): -2294394 or 8846812. OLE color: 8846812.
HSL color Cylindrical-coordinate representation of color #DCFD86: hue angle of 76.64º 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 #DCFD86 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 134 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.01 |
| HSL | 76.64º | 0.97% | 0.76% | - |
| HSV(B) | 76.64º | 0.47% | 0.99% | - |
| XYZ | 68.94 | 87.19 | 35.75 | - |
| YUV | 229.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 134 | 0.13 | 0 | 0.47 | 0.01 | 76.64 | 0.97 | 0.76 |
| Hex | DC | FD | 86 | D | 0 | 2F | 1 | 4D | 61 | 4C |
| Octal | 334 | 375 | 206 | 15 | 0 | 57 | 1 | 115 | 141 | 114 |
| Binary | 11011100 | 11111101 | 10000110 | 1101 | 0 | 101111 | 1 | 1001101 | 1100001 | 1001100 |
Color Harmonies of #DCFD86
Complementary color
Monochromatic Colors of #DCFD86
Black with #DCFD86
Text Example
Text Example
White with #DCFD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD86; }
p { color: rgb(220,253,134); }
H1.HeaderClassName
{
color: #DCFD86;
}
.AnyTagClassName
{
color: #DCFD86;
}
</style>
background-color css
<style>
a { background-color: #DCFD86; }
a { background-color: rgb(220,253,134); }
div.DivClassName
{
background-color: #DCFD86;
}
.BgClassName
{
background-color: #DCFD86;
}
</style>
border-color css
<style>
span { border-color: #DCFD86; }
span { border-color: rgb(220,253,134); }
td.TdClassName
{
border-color: #DCFD86;
}
.TagClassName
{
border-color: #DCFD86;
}
</style>