Shades of Mindaro #DCFB5D
Tints of Mindaro #DCFB5D
RGB
CMYK
RGB Variations
Color information
#DCFB5D (or 0xDCFB5D) is known color: Mindaro. HEX triplet: DC, FB and 5D. RGB value is (220,251,93). Sum of RGB (Red+Green+Blue) = 220+251+93=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB5D is #2304A2. Grayscale: #E0E0E0. Windows color (decimal): -2294947 or 6159324. OLE color: 6159324.
HSL color Cylindrical-coordinate representation of color #DCFB5D: hue angle of 71.77º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFB5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.77º | 0.95% | 0.67% | - |
| HSV(B) | 71.77º | 0.63% | 0.98% | - |
| XYZ | 65.99 | 85 | 23.28 | - |
| YUV | 223.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 93 | 0.12 | 0 | 0.63 | 0.02 | 71.77 | 0.95 | 0.67 |
| Hex | DC | FB | 5D | C | 0 | 3F | 2 | 48 | 5F | 43 |
| Octal | 334 | 373 | 135 | 14 | 0 | 77 | 2 | 110 | 137 | 103 |
| Binary | 11011100 | 11111011 | 1011101 | 1100 | 0 | 111111 | 10 | 1001000 | 1011111 | 1000011 |
Color Harmonies of #DCFB5D
Complementary color
Monochromatic Colors of #DCFB5D
Black with #DCFB5D
Text Example
Text Example
White with #DCFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB5D; }
p { color: rgb(220,251,93); }
H1.HeaderClassName
{
color: #DCFB5D;
}
.AnyTagClassName
{
color: #DCFB5D;
}
</style>
background-color css
<style>
a { background-color: #DCFB5D; }
a { background-color: rgb(220,251,93); }
div.DivClassName
{
background-color: #DCFB5D;
}
.BgClassName
{
background-color: #DCFB5D;
}
</style>
border-color css
<style>
span { border-color: #DCFB5D; }
span { border-color: rgb(220,251,93); }
td.TdClassName
{
border-color: #DCFB5D;
}
.TagClassName
{
border-color: #DCFB5D;
}
</style>