Shades of Sulu #DCFE85
Tints of Sulu #DCFE85
RGB
CMYK
RGB Variations
Color information
#DCFE85 (or 0xDCFE85) is known color: Sulu. HEX triplet: DC, FE and 85. RGB value is (220,254,133). Sum of RGB (Red+Green+Blue) = 220+254+133=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE85 is #23017A. Grayscale: #E6E6E6. Windows color (decimal): -2294139 or 8781532. OLE color: 8781532.
HSL color Cylindrical-coordinate representation of color #DCFE85: hue angle of 76.86º 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 #DCFE85 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 133 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.00 |
| HSL | 76.86º | 0.98% | 0.76% | - |
| HSV(B) | 76.86º | 0.48% | 1% | - |
| XYZ | 69.19 | 87.79 | 35.49 | - |
| YUV | 230.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 133 | 0.13 | 0 | 0.48 | 0.00 | 76.86 | 0.98 | 0.76 |
| Hex | DC | FE | 85 | D | 0 | 30 | 0 | 4D | 62 | 4C |
| Octal | 334 | 376 | 205 | 15 | 0 | 60 | 0 | 115 | 142 | 114 |
| Binary | 11011100 | 11111110 | 10000101 | 1101 | 0 | 110000 | 0 | 1001101 | 1100010 | 1001100 |
Color Harmonies of #DCFE85
Complementary color
Monochromatic Colors of #DCFE85
Black with #DCFE85
Text Example
Text Example
White with #DCFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE85; }
p { color: rgb(220,254,133); }
H1.HeaderClassName
{
color: #DCFE85;
}
.AnyTagClassName
{
color: #DCFE85;
}
</style>
background-color css
<style>
a { background-color: #DCFE85; }
a { background-color: rgb(220,254,133); }
div.DivClassName
{
background-color: #DCFE85;
}
.BgClassName
{
background-color: #DCFE85;
}
</style>
border-color css
<style>
span { border-color: #DCFE85; }
span { border-color: rgb(220,254,133); }
td.TdClassName
{
border-color: #DCFE85;
}
.TagClassName
{
border-color: #DCFE85;
}
</style>