Shades of Sulu #DCFC85
Tints of Sulu #DCFC85
RGB
CMYK
RGB Variations
Color information
#DCFC85 (or 0xDCFC85) is known color: Sulu. HEX triplet: DC, FC and 85. RGB value is (220,252,133). Sum of RGB (Red+Green+Blue) = 220+252+133=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC85 is #23037A. Grayscale: #E5E5E5. Windows color (decimal): -2294651 or 8781020. OLE color: 8781020.
HSL color Cylindrical-coordinate representation of color #DCFC85: hue angle of 76.13º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCFC85 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 133 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.01 |
| HSL | 76.13º | 0.95% | 0.75% | - |
| HSV(B) | 76.13º | 0.47% | 0.99% | - |
| XYZ | 68.56 | 86.53 | 35.28 | - |
| YUV | 228.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 133 | 0.13 | 0 | 0.47 | 0.01 | 76.13 | 0.95 | 0.75 |
| Hex | DC | FC | 85 | D | 0 | 2F | 1 | 4C | 5F | 4B |
| Octal | 334 | 374 | 205 | 15 | 0 | 57 | 1 | 114 | 137 | 113 |
| Binary | 11011100 | 11111100 | 10000101 | 1101 | 0 | 101111 | 1 | 1001100 | 1011111 | 1001011 |
Color Harmonies of #DCFC85
Complementary color
Monochromatic Colors of #DCFC85
Black with #DCFC85
Text Example
Text Example
White with #DCFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC85; }
p { color: rgb(220,252,133); }
H1.HeaderClassName
{
color: #DCFC85;
}
.AnyTagClassName
{
color: #DCFC85;
}
</style>
background-color css
<style>
a { background-color: #DCFC85; }
a { background-color: rgb(220,252,133); }
div.DivClassName
{
background-color: #DCFC85;
}
.BgClassName
{
background-color: #DCFC85;
}
</style>
border-color css
<style>
span { border-color: #DCFC85; }
span { border-color: rgb(220,252,133); }
td.TdClassName
{
border-color: #DCFC85;
}
.TagClassName
{
border-color: #DCFC85;
}
</style>