Shades of Sulu #DCFD87
Tints of Sulu #DCFD87
RGB
CMYK
RGB Variations
Color information
#DCFD87 (or 0xDCFD87) is known color: Sulu. HEX triplet: DC, FD and 87. RGB value is (220,253,135). Sum of RGB (Red+Green+Blue) = 220+253+135=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD87 is #230278. Grayscale: #E6E6E6. Windows color (decimal): -2294393 or 8912348. OLE color: 8912348.
HSL color Cylindrical-coordinate representation of color #DCFD87: hue angle of 76.78º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCFD87 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 135 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.01 |
| HSL | 76.78º | 0.97% | 0.76% | - |
| HSV(B) | 76.78º | 0.47% | 0.99% | - |
| XYZ | 69.01 | 87.22 | 36.12 | - |
| YUV | 229.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 135 | 0.13 | 0 | 0.47 | 0.01 | 76.78 | 0.97 | 0.76 |
| Hex | DC | FD | 87 | D | 0 | 2F | 1 | 4D | 61 | 4C |
| Octal | 334 | 375 | 207 | 15 | 0 | 57 | 1 | 115 | 141 | 114 |
| Binary | 11011100 | 11111101 | 10000111 | 1101 | 0 | 101111 | 1 | 1001101 | 1100001 | 1001100 |
Color Harmonies of #DCFD87
Complementary color
Monochromatic Colors of #DCFD87
Black with #DCFD87
Text Example
Text Example
White with #DCFD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD87; }
p { color: rgb(220,253,135); }
H1.HeaderClassName
{
color: #DCFD87;
}
.AnyTagClassName
{
color: #DCFD87;
}
</style>
background-color css
<style>
a { background-color: #DCFD87; }
a { background-color: rgb(220,253,135); }
div.DivClassName
{
background-color: #DCFD87;
}
.BgClassName
{
background-color: #DCFD87;
}
</style>
border-color css
<style>
span { border-color: #DCFD87; }
span { border-color: rgb(220,253,135); }
td.TdClassName
{
border-color: #DCFD87;
}
.TagClassName
{
border-color: #DCFD87;
}
</style>