Shades of Mindaro #DCFF67
Tints of Mindaro #DCFF67
RGB
CMYK
RGB Variations
Color information
#DCFF67 (or 0xDCFF67) is known color: Mindaro. HEX triplet: DC, FF and 67. RGB value is (220,255,103). Sum of RGB (Red+Green+Blue) = 220+255+103=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 103 (40.62% from 255 or 17.82% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF67 is #230098. Grayscale: #E3E3E3. Windows color (decimal): -2293913 or 6815708. OLE color: 6815708.
HSL color Cylindrical-coordinate representation of color #DCFF67: hue angle of 73.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFF67 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 103 | - |
| CMYK | 0.14 | 0 | 0.60 | 0 |
| HSL | 73.82º | 1% | 0.7% | - |
| HSV(B) | 73.82º | 0.6% | 1% | - |
| XYZ | 67.72 | 87.71 | 26.19 | - |
| YUV | 227.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 103 | 0.14 | 0 | 0.60 | 0 | 73.82 | 1 | 0.7 |
| Hex | DC | FF | 67 | E | 0 | 3C | 0 | 4A | 64 | 46 |
| Octal | 334 | 377 | 147 | 16 | 0 | 74 | 0 | 112 | 144 | 106 |
| Binary | 11011100 | 11111111 | 1100111 | 1110 | 0 | 111100 | 0 | 1001010 | 1100100 | 1000110 |
Color Harmonies of #DCFF67
Complementary color
Monochromatic Colors of #DCFF67
Black with #DCFF67
Text Example
Text Example
White with #DCFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF67; }
p { color: rgb(220,255,103); }
H1.HeaderClassName
{
color: #DCFF67;
}
.AnyTagClassName
{
color: #DCFF67;
}
</style>
background-color css
<style>
a { background-color: #DCFF67; }
a { background-color: rgb(220,255,103); }
div.DivClassName
{
background-color: #DCFF67;
}
.BgClassName
{
background-color: #DCFF67;
}
</style>
border-color css
<style>
span { border-color: #DCFF67; }
span { border-color: rgb(220,255,103); }
td.TdClassName
{
border-color: #DCFF67;
}
.TagClassName
{
border-color: #DCFF67;
}
</style>