Shades of Sulu #DCFE84
Tints of Sulu #DCFE84
RGB
CMYK
RGB Variations
Color information
#DCFE84 (or 0xDCFE84) is known color: Sulu. HEX triplet: DC, FE and 84. RGB value is (220,254,132). Sum of RGB (Red+Green+Blue) = 220+254+132=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE84 is #23017B. Grayscale: #E6E6E6. Windows color (decimal): -2294140 or 8715996. OLE color: 8715996.
HSL color Cylindrical-coordinate representation of color #DCFE84: hue angle of 76.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCFE84 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 132 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.00 |
| HSL | 76.72º | 0.98% | 0.76% | - |
| HSV(B) | 76.72º | 0.48% | 1% | - |
| XYZ | 69.12 | 87.77 | 35.13 | - |
| YUV | 229.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 132 | 0.13 | 0 | 0.48 | 0.00 | 76.72 | 0.98 | 0.76 |
| Hex | DC | FE | 84 | D | 0 | 30 | 0 | 4D | 62 | 4C |
| Octal | 334 | 376 | 204 | 15 | 0 | 60 | 0 | 115 | 142 | 114 |
| Binary | 11011100 | 11111110 | 10000100 | 1101 | 0 | 110000 | 0 | 1001101 | 1100010 | 1001100 |
Color Harmonies of #DCFE84
Complementary color
Monochromatic Colors of #DCFE84
Black with #DCFE84
Text Example
Text Example
White with #DCFE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE84; }
p { color: rgb(220,254,132); }
H1.HeaderClassName
{
color: #DCFE84;
}
.AnyTagClassName
{
color: #DCFE84;
}
</style>
background-color css
<style>
a { background-color: #DCFE84; }
a { background-color: rgb(220,254,132); }
div.DivClassName
{
background-color: #DCFE84;
}
.BgClassName
{
background-color: #DCFE84;
}
</style>
border-color css
<style>
span { border-color: #DCFE84; }
span { border-color: rgb(220,254,132); }
td.TdClassName
{
border-color: #DCFE84;
}
.TagClassName
{
border-color: #DCFE84;
}
</style>