Shades of Sulu #DCFD83
Tints of Sulu #DCFD83
RGB
CMYK
RGB Variations
Color information
#DCFD83 (or 0xDCFD83) is known color: Sulu. HEX triplet: DC, FD and 83. RGB value is (220,253,131). Sum of RGB (Red+Green+Blue) = 220+253+131=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD83 is #23027C. Grayscale: #E5E5E5. Windows color (decimal): -2294397 or 8650204. OLE color: 8650204.
HSL color Cylindrical-coordinate representation of color #DCFD83: hue angle of 76.23º 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 #DCFD83 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 131 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.01 |
| HSL | 76.23º | 0.97% | 0.75% | - |
| HSV(B) | 76.23º | 0.48% | 0.99% | - |
| XYZ | 68.74 | 87.1 | 34.66 | - |
| YUV | 229.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 131 | 0.13 | 0 | 0.48 | 0.01 | 76.23 | 0.97 | 0.75 |
| Hex | DC | FD | 83 | D | 0 | 30 | 1 | 4C | 61 | 4B |
| Octal | 334 | 375 | 203 | 15 | 0 | 60 | 1 | 114 | 141 | 113 |
| Binary | 11011100 | 11111101 | 10000011 | 1101 | 0 | 110000 | 1 | 1001100 | 1100001 | 1001011 |
Color Harmonies of #DCFD83
Complementary color
Monochromatic Colors of #DCFD83
Black with #DCFD83
Text Example
Text Example
White with #DCFD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD83; }
p { color: rgb(220,253,131); }
H1.HeaderClassName
{
color: #DCFD83;
}
.AnyTagClassName
{
color: #DCFD83;
}
</style>
background-color css
<style>
a { background-color: #DCFD83; }
a { background-color: rgb(220,253,131); }
div.DivClassName
{
background-color: #DCFD83;
}
.BgClassName
{
background-color: #DCFD83;
}
</style>
border-color css
<style>
span { border-color: #DCFD83; }
span { border-color: rgb(220,253,131); }
td.TdClassName
{
border-color: #DCFD83;
}
.TagClassName
{
border-color: #DCFD83;
}
</style>