Shades of Sulu #DCFD84
Tints of Sulu #DCFD84
RGB
CMYK
RGB Variations
Color information
#DCFD84 (or 0xDCFD84) is known color: Sulu. HEX triplet: DC, FD and 84. RGB value is (220,253,132). Sum of RGB (Red+Green+Blue) = 220+253+132=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD84 is #23027B. Grayscale: #E5E5E5. Windows color (decimal): -2294396 or 8715740. OLE color: 8715740.
HSL color Cylindrical-coordinate representation of color #DCFD84: hue angle of 76.36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCFD84 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 132 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.01 |
| HSL | 76.36º | 0.97% | 0.75% | - |
| HSV(B) | 76.36º | 0.48% | 0.99% | - |
| XYZ | 68.81 | 87.13 | 35.02 | - |
| YUV | 229.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 132 | 0.13 | 0 | 0.48 | 0.01 | 76.36 | 0.97 | 0.75 |
| Hex | DC | FD | 84 | D | 0 | 30 | 1 | 4C | 61 | 4B |
| Octal | 334 | 375 | 204 | 15 | 0 | 60 | 1 | 114 | 141 | 113 |
| Binary | 11011100 | 11111101 | 10000100 | 1101 | 0 | 110000 | 1 | 1001100 | 1100001 | 1001011 |
Color Harmonies of #DCFD84
Complementary color
Monochromatic Colors of #DCFD84
Black with #DCFD84
Text Example
Text Example
White with #DCFD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD84; }
p { color: rgb(220,253,132); }
H1.HeaderClassName
{
color: #DCFD84;
}
.AnyTagClassName
{
color: #DCFD84;
}
</style>
background-color css
<style>
a { background-color: #DCFD84; }
a { background-color: rgb(220,253,132); }
div.DivClassName
{
background-color: #DCFD84;
}
.BgClassName
{
background-color: #DCFD84;
}
</style>
border-color css
<style>
span { border-color: #DCFD84; }
span { border-color: rgb(220,253,132); }
td.TdClassName
{
border-color: #DCFD84;
}
.TagClassName
{
border-color: #DCFD84;
}
</style>