Shades of Sulu #DCFC86
Tints of Sulu #DCFC86
RGB
CMYK
RGB Variations
Color information
#DCFC86 (or 0xDCFC86) is known color: Sulu. HEX triplet: DC, FC and 86. RGB value is (220,252,134). Sum of RGB (Red+Green+Blue) = 220+252+134=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC86 is #230379. Grayscale: #E5E5E5. Windows color (decimal): -2294650 or 8846556. OLE color: 8846556.
HSL color Cylindrical-coordinate representation of color #DCFC86: hue angle of 76.27º 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 #DCFC86 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 134 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.01 |
| HSL | 76.27º | 0.95% | 0.76% | - |
| HSV(B) | 76.27º | 0.47% | 0.99% | - |
| XYZ | 68.63 | 86.56 | 35.64 | - |
| YUV | 228.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 134 | 0.13 | 0 | 0.47 | 0.01 | 76.27 | 0.95 | 0.76 |
| Hex | DC | FC | 86 | D | 0 | 2F | 1 | 4C | 5F | 4C |
| Octal | 334 | 374 | 206 | 15 | 0 | 57 | 1 | 114 | 137 | 114 |
| Binary | 11011100 | 11111100 | 10000110 | 1101 | 0 | 101111 | 1 | 1001100 | 1011111 | 1001100 |
Color Harmonies of #DCFC86
Complementary color
Monochromatic Colors of #DCFC86
Black with #DCFC86
Text Example
Text Example
White with #DCFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC86; }
p { color: rgb(220,252,134); }
H1.HeaderClassName
{
color: #DCFC86;
}
.AnyTagClassName
{
color: #DCFC86;
}
</style>
background-color css
<style>
a { background-color: #DCFC86; }
a { background-color: rgb(220,252,134); }
div.DivClassName
{
background-color: #DCFC86;
}
.BgClassName
{
background-color: #DCFC86;
}
</style>
border-color css
<style>
span { border-color: #DCFC86; }
span { border-color: rgb(220,252,134); }
td.TdClassName
{
border-color: #DCFC86;
}
.TagClassName
{
border-color: #DCFC86;
}
</style>