Shades of Mindaro #DCFB81
Tints of Mindaro #DCFB81
RGB
CMYK
RGB Variations
Color information
#DCFB81 (or 0xDCFB81) is known color: Mindaro. HEX triplet: DC, FB and 81. RGB value is (220,251,129). Sum of RGB (Red+Green+Blue) = 220+251+129=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB81 is #23047E. Grayscale: #E4E4E4. Windows color (decimal): -2294911 or 8518620. OLE color: 8518620.
HSL color Cylindrical-coordinate representation of color #DCFB81: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFB81 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 129 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.02 |
| HSL | 75.25º | 0.94% | 0.75% | - |
| HSV(B) | 75.25º | 0.49% | 0.98% | - |
| XYZ | 67.97 | 85.79 | 33.75 | - |
| YUV | 227.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 129 | 0.12 | 0 | 0.49 | 0.02 | 75.25 | 0.94 | 0.75 |
| Hex | DC | FB | 81 | C | 0 | 31 | 2 | 4B | 5E | 4B |
| Octal | 334 | 373 | 201 | 14 | 0 | 61 | 2 | 113 | 136 | 113 |
| Binary | 11011100 | 11111011 | 10000001 | 1100 | 0 | 110001 | 10 | 1001011 | 1011110 | 1001011 |
Color Harmonies of #DCFB81
Complementary color
Monochromatic Colors of #DCFB81
Black with #DCFB81
Text Example
Text Example
White with #DCFB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB81; }
p { color: rgb(220,251,129); }
H1.HeaderClassName
{
color: #DCFB81;
}
.AnyTagClassName
{
color: #DCFB81;
}
</style>
background-color css
<style>
a { background-color: #DCFB81; }
a { background-color: rgb(220,251,129); }
div.DivClassName
{
background-color: #DCFB81;
}
.BgClassName
{
background-color: #DCFB81;
}
</style>
border-color css
<style>
span { border-color: #DCFB81; }
span { border-color: rgb(220,251,129); }
td.TdClassName
{
border-color: #DCFB81;
}
.TagClassName
{
border-color: #DCFB81;
}
</style>