Shades of Sulu #DCFB84
Tints of Sulu #DCFB84
RGB
CMYK
RGB Variations
Color information
#DCFB84 (or 0xDCFB84) is known color: Sulu. HEX triplet: DC, FB and 84. RGB value is (220,251,132). Sum of RGB (Red+Green+Blue) = 220+251+132=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB84 is #23047B. Grayscale: #E4E4E4. Windows color (decimal): -2294908 or 8715228. OLE color: 8715228.
HSL color Cylindrical-coordinate representation of color #DCFB84: hue angle of 75.63º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCFB84 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 132 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.02 |
| HSL | 75.63º | 0.94% | 0.75% | - |
| HSV(B) | 75.63º | 0.47% | 0.98% | - |
| XYZ | 68.18 | 85.88 | 34.81 | - |
| YUV | 228.17 | 73.73 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 132 | 0.12 | 0 | 0.47 | 0.02 | 75.63 | 0.94 | 0.75 |
| Hex | DC | FB | 84 | C | 0 | 2F | 2 | 4C | 5E | 4B |
| Octal | 334 | 373 | 204 | 14 | 0 | 57 | 2 | 114 | 136 | 113 |
| Binary | 11011100 | 11111011 | 10000100 | 1100 | 0 | 101111 | 10 | 1001100 | 1011110 | 1001011 |
Color Harmonies of #DCFB84
Complementary color
Monochromatic Colors of #DCFB84
Black with #DCFB84
Text Example
Text Example
White with #DCFB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB84; }
p { color: rgb(220,251,132); }
H1.HeaderClassName
{
color: #DCFB84;
}
.AnyTagClassName
{
color: #DCFB84;
}
</style>
background-color css
<style>
a { background-color: #DCFB84; }
a { background-color: rgb(220,251,132); }
div.DivClassName
{
background-color: #DCFB84;
}
.BgClassName
{
background-color: #DCFB84;
}
</style>
border-color css
<style>
span { border-color: #DCFB84; }
span { border-color: rgb(220,251,132); }
td.TdClassName
{
border-color: #DCFB84;
}
.TagClassName
{
border-color: #DCFB84;
}
</style>