Shades of Sulu #DCF786
Tints of Sulu #DCF786
RGB
CMYK
RGB Variations
Color information
#DCF786 (or 0xDCF786) is known color: Sulu. HEX triplet: DC, F7 and 86. RGB value is (220,247,134). Sum of RGB (Red+Green+Blue) = 220+247+134=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF786 is #230879. Grayscale: #E2E2E2. Windows color (decimal): -2295930 or 8845276. OLE color: 8845276.
HSL color Cylindrical-coordinate representation of color #DCF786: hue angle of 74.34º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF786 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 134 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.03 |
| HSL | 74.34º | 0.88% | 0.75% | - |
| HSV(B) | 74.34º | 0.46% | 0.97% | - |
| XYZ | 67.08 | 83.46 | 35.13 | - |
| YUV | 226.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 134 | 0.11 | 0 | 0.46 | 0.03 | 74.34 | 0.88 | 0.75 |
| Hex | DC | F7 | 86 | B | 0 | 2E | 3 | 4A | 58 | 4B |
| Octal | 334 | 367 | 206 | 13 | 0 | 56 | 3 | 112 | 130 | 113 |
| Binary | 11011100 | 11110111 | 10000110 | 1011 | 0 | 101110 | 11 | 1001010 | 1011000 | 1001011 |
Color Harmonies of #DCF786
Complementary color
Monochromatic Colors of #DCF786
Black with #DCF786
Text Example
Text Example
White with #DCF786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF786; }
p { color: rgb(220,247,134); }
H1.HeaderClassName
{
color: #DCF786;
}
.AnyTagClassName
{
color: #DCF786;
}
</style>
background-color css
<style>
a { background-color: #DCF786; }
a { background-color: rgb(220,247,134); }
div.DivClassName
{
background-color: #DCF786;
}
.BgClassName
{
background-color: #DCF786;
}
</style>
border-color css
<style>
span { border-color: #DCF786; }
span { border-color: rgb(220,247,134); }
td.TdClassName
{
border-color: #DCF786;
}
.TagClassName
{
border-color: #DCF786;
}
</style>