Shades of Mindaro #DCFB5C
Tints of Mindaro #DCFB5C
RGB
CMYK
RGB Variations
Color information
#DCFB5C (or 0xDCFB5C) is known color: Mindaro. HEX triplet: DC, FB and 5C. RGB value is (220,251,92). Sum of RGB (Red+Green+Blue) = 220+251+92=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB5C is #2304A3. Grayscale: #E0E0E0. Windows color (decimal): -2294948 or 6093788. OLE color: 6093788.
HSL color Cylindrical-coordinate representation of color #DCFB5C: hue angle of 71.7º 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 #DCFB5C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 92 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.7º | 0.95% | 0.67% | - |
| HSV(B) | 71.7º | 0.63% | 0.98% | - |
| XYZ | 65.94 | 84.98 | 23.05 | - |
| YUV | 223.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 92 | 0.12 | 0 | 0.63 | 0.02 | 71.7 | 0.95 | 0.67 |
| Hex | DC | FB | 5C | C | 0 | 3F | 2 | 48 | 5F | 43 |
| Octal | 334 | 373 | 134 | 14 | 0 | 77 | 2 | 110 | 137 | 103 |
| Binary | 11011100 | 11111011 | 1011100 | 1100 | 0 | 111111 | 10 | 1001000 | 1011111 | 1000011 |
Color Harmonies of #DCFB5C
Complementary color
Monochromatic Colors of #DCFB5C
Black with #DCFB5C
Text Example
Text Example
White with #DCFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB5C; }
p { color: rgb(220,251,92); }
H1.HeaderClassName
{
color: #DCFB5C;
}
.AnyTagClassName
{
color: #DCFB5C;
}
</style>
background-color css
<style>
a { background-color: #DCFB5C; }
a { background-color: rgb(220,251,92); }
div.DivClassName
{
background-color: #DCFB5C;
}
.BgClassName
{
background-color: #DCFB5C;
}
</style>
border-color css
<style>
span { border-color: #DCFB5C; }
span { border-color: rgb(220,251,92); }
td.TdClassName
{
border-color: #DCFB5C;
}
.TagClassName
{
border-color: #DCFB5C;
}
</style>