Shades of Sulu #DCFC83
Tints of Sulu #DCFC83
RGB
CMYK
RGB Variations
Color information
#DCFC83 (or 0xDCFC83) is known color: Sulu. HEX triplet: DC, FC and 83. RGB value is (220,252,131). Sum of RGB (Red+Green+Blue) = 220+252+131=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC83 is #23037C. Grayscale: #E5E5E5. Windows color (decimal): -2294653 or 8649948. OLE color: 8649948.
HSL color Cylindrical-coordinate representation of color #DCFC83: hue angle of 75.87º degrees, saturation: 0.95, 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 #DCFC83 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 131 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.01 |
| HSL | 75.87º | 0.95% | 0.75% | - |
| HSV(B) | 75.87º | 0.48% | 0.99% | - |
| XYZ | 68.42 | 86.48 | 34.56 | - |
| YUV | 228.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 131 | 0.13 | 0 | 0.48 | 0.01 | 75.87 | 0.95 | 0.75 |
| Hex | DC | FC | 83 | D | 0 | 30 | 1 | 4C | 5F | 4B |
| Octal | 334 | 374 | 203 | 15 | 0 | 60 | 1 | 114 | 137 | 113 |
| Binary | 11011100 | 11111100 | 10000011 | 1101 | 0 | 110000 | 1 | 1001100 | 1011111 | 1001011 |
Color Harmonies of #DCFC83
Complementary color
Monochromatic Colors of #DCFC83
Black with #DCFC83
Text Example
Text Example
White with #DCFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC83; }
p { color: rgb(220,252,131); }
H1.HeaderClassName
{
color: #DCFC83;
}
.AnyTagClassName
{
color: #DCFC83;
}
</style>
background-color css
<style>
a { background-color: #DCFC83; }
a { background-color: rgb(220,252,131); }
div.DivClassName
{
background-color: #DCFC83;
}
.BgClassName
{
background-color: #DCFC83;
}
</style>
border-color css
<style>
span { border-color: #DCFC83; }
span { border-color: rgb(220,252,131); }
td.TdClassName
{
border-color: #DCFC83;
}
.TagClassName
{
border-color: #DCFC83;
}
</style>